blob: 790f8c7f7d5c013f8844c0d5beded1c65a5c61e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
{
"service-violations": {
"mappings": {
"default": {
"properties": {
"category": {
"type": "text"
},
"message": {
"type": "text"
},
"modelInvariantId": {
"type": "text"
},
"modelVersionId": {
"type": "text"
},
"serviceInstanceId": {
"type": "text"
},
"severity": {
"type": "text"
},
"validationId": {
"type": "text"
},
"validationRule": {
"type": "text"
},
"validationTimestamp": {
"type": "date",
"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"
},
"violationId": {
"type": "text"
},
"violationTimestamp": {
"type": "date",
"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"
},
"violationType": {
"type": "text"
}
}
}
}
}
}
|