Remove pre-start curl script
[oom.git] / kubernetes / pomba / charts / pomba-kibana / resources / config / violationsDump.json
1 {
2   "service-violations": {
3     "mappings": {
4       "default": {
5         "properties": {
6           "category": {
7             "type": "text"
8           },
9           "message": {
10             "type": "text"
11           },
12           "modelInvariantId": {
13             "type": "text"
14           },
15           "modelVersionId": {
16             "type": "text"
17           },
18           "serviceInstanceId": {
19             "type": "text"
20           },
21           "severity": {
22             "type": "text"
23           },
24           "validationId": {
25             "type": "text"
26           },
27           "validationRule": {
28             "type": "text"
29           },
30           "validationTimestamp": {
31             "type": "date",
32             "format": "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
33           },
34           "violationId": {
35             "type": "text"
36           },
37           "violationTimestamp": {
38             "type": "date",
39             "format": "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
40           },
41           "violationType": {
42             "type": "text"
43           }
44         }
45       }
46     }
47   }
48 }