Add data-provider
[ccsdk/features.git] / sdnr / wt / devicemanager / provider / src / main / resources / elasticsearch / index / sdnevents / sdneventsMapping.json
1 {
2     "mappings": {
3         "faultlog": {
4             "properties": {
5                 "fault": {
6                     "properties": {
7                         "nodeName": {
8                             "index": "not_analyzed",
9                             "type": "string"
10                         },
11                         "severity": {
12                             "index": "not_analyzed",
13                             "type": "string"
14                         },
15                         "timeStamp": {
16                             "index": "not_analyzed",
17                             "type": "string"
18                         },
19                         "problem": {
20                             "index": "not_analyzed",
21                             "type": "string"
22                         },
23                         "counter": {
24                             "index": "not_analyzed",
25                             "type": "string"
26                         },
27                         "objectId": {
28                             "index": "not_analyzed",
29                             "type": "string"
30                         }
31                     }
32                 }
33             }
34         },
35         "faultcurrent": {
36             "properties": {
37                 "faultCurrent": {
38                     "properties": {
39                         "nodeName": {
40                             "index": "not_analyzed",
41                             "type": "string"
42                         },
43                         "severity": {
44                             "index": "not_analyzed",
45                             "type": "string"
46                         },
47                         "timeStamp": {
48                             "index": "not_analyzed",
49                             "type": "string"
50                         },
51                         "problem": {
52                             "index": "not_analyzed",
53                             "type": "string"
54                         },
55                         "counter": {
56                             "index": "not_analyzed",
57                             "type": "string"
58                         },
59                         "objectId": {
60                             "index": "not_analyzed",
61                             "type": "string"
62                         }
63                     }
64                 }
65             }
66         },
67         "eventlog": {
68             "properties": {
69                 "event": {
70                     "properties": {
71                         "nodeName": {
72                             "index": "not_analyzed",
73                             "type": "string"
74                         },
75                         "timeStamp": {
76                             "index": "not_analyzed",
77                             "type": "string"
78                         },
79                         "newValue": {
80                             "index": "not_analyzed",
81                             "type": "string"
82                         },
83                         "attributeName": {
84                             "index": "not_analyzed",
85                             "type": "string"
86                         },
87                         "counter": {
88                             "index": "not_analyzed",
89                             "type": "string"
90                         },
91                         "objectId": {
92                             "index": "not_analyzed",
93                             "type": "string"
94                         }
95                     }
96                 }
97             }
98         },
99
100         "inventorytoplevel": {
101             "properties": {
102                 "uuidList": {
103                     "index": "not_analyzed",
104                     "type": "string"
105                 },
106                 "mountpoint": {
107                     "index": "not_analyzed",
108                     "type": "string"
109                 }
110             }
111         },
112         "inventoryequipment": {
113             "properties": {
114                 "date": {
115                     "index": "not_analyzed",
116                     "type": "string"
117                 },
118                 "modelIdentifier": {
119                     "index": "not_analyzed",
120                     "type": "string"
121                 },
122                 "manufacturerIdentifier": {
123                     "index": "not_analyzed",
124                     "type": "string"
125                 },
126                 "typeName": {
127                     "index": "not_analyzed",
128                     "type": "string"
129                 },
130                 "description": {
131                     "index": "not_analyzed",
132                     "type": "string"
133                 },
134                 "uuid": {
135                     "index": "not_analyzed",
136                     "type": "string"
137                 },
138                 "version": {
139                     "index": "not_analyzed",
140                     "type": "string"
141                 },
142                 "parentUuid": {
143                     "index": "not_analyzed",
144                     "type": "string"
145                 },
146                 "containedHolder": {
147                     "index": "not_analyzed",
148                     "type": "string"
149                 },
150                 "mountpoint": {
151                     "index": "not_analyzed",
152                     "type": "string"
153                 },
154                 "treeLevel": {
155                     "type": "long"
156                 },
157                 "partTypeId": {
158                     "index": "not_analyzed",
159                     "type": "string"
160                 },
161                 "serial": {
162                     "index": "not_analyzed",
163                     "type": "string"
164                 }
165             }
166         }
167     }
168 }