0e3fb7785ad3363bd30fd12cbb2f69436fa4f129
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemanager / impl / src / main / resources / elasticsearch / index / sdnevents / sdneventsMapping.json
1 {\r
2         "mappings": {\r
3                 "faultlog": {\r
4                         "properties": {\r
5                                 "fault": {\r
6                                         "properties": {\r
7                                                 "nodeName": {\r
8                                                         "index": "not_analyzed",\r
9                                                         "type": "string"\r
10                                                 },\r
11                                                 "severity": {\r
12                                                         "index": "not_analyzed",\r
13                                                         "type": "string"\r
14                                                 },\r
15                                                 "timeStamp": {\r
16                                                         "index": "not_analyzed",\r
17                                                         "type": "string"\r
18                                                 },\r
19                                                 "problem": {\r
20                                                         "index": "not_analyzed",\r
21                                                         "type": "string"\r
22                                                 },\r
23                                                 "counter": {\r
24                                                         "index": "not_analyzed",\r
25                                                         "type": "string"\r
26                                                 },\r
27                                                 "objectId": {\r
28                                                         "index": "not_analyzed",\r
29                                                         "type": "string"\r
30                                                 }\r
31                                         }\r
32                                 }\r
33                         }\r
34                 },\r
35                 "faultcurrent": {\r
36                         "properties": {\r
37                                 "faultCurrent": {\r
38                                         "properties": {\r
39                                                 "nodeName": {\r
40                                                         "index": "not_analyzed",\r
41                                                         "type": "string"\r
42                                                 },\r
43                                                 "severity": {\r
44                                                         "index": "not_analyzed",\r
45                                                         "type": "string"\r
46                                                 },\r
47                                                 "timeStamp": {\r
48                                                         "index": "not_analyzed",\r
49                                                         "type": "string"\r
50                                                 },\r
51                                                 "problem": {\r
52                                                         "index": "not_analyzed",\r
53                                                         "type": "string"\r
54                                                 },\r
55                                                 "counter": {\r
56                                                         "index": "not_analyzed",\r
57                                                         "type": "string"\r
58                                                 },\r
59                                                 "objectId": {\r
60                                                         "index": "not_analyzed",\r
61                                                         "type": "string"\r
62                                                 }\r
63                                         }\r
64                                 }\r
65                         }\r
66                 },\r
67                 "eventlog": {\r
68                         "properties": {\r
69                                 "event": {\r
70                                         "properties": {\r
71                                                 "nodeName": {\r
72                                                         "index": "not_analyzed",\r
73                                                         "type": "string"\r
74                                                 },\r
75                                                 "timeStamp": {\r
76                                                         "index": "not_analyzed",\r
77                                                         "type": "string"\r
78                                                 },\r
79                                                 "newValue": {\r
80                                                         "index": "not_analyzed",\r
81                                                         "type": "string"\r
82                                                 },\r
83                                                 "attributeName": {\r
84                                                         "index": "not_analyzed",\r
85                                                         "type": "string"\r
86                                                 },\r
87                                                 "counter": {\r
88                                                         "index": "not_analyzed",\r
89                                                         "type": "string"\r
90                                                 },\r
91                                                 "objectId": {\r
92                                                         "index": "not_analyzed",\r
93                                                         "type": "string"\r
94                                                 }\r
95                                         }\r
96                                 }\r
97                         }\r
98                 }\r
99         }\r
100 }\r