92d5ad2fb706bd19d387134a7f48e4cb9082e5e5
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / apps / devicemanager / impl / src / main / resources / elasticsearch / index / sdnperformance / sdnperformanceMapping.json
1 {
2     "mappings":
3     {
4         "historicalperformance24h":
5         {
6             "properties":
7             {
8                 "node-name":
9                 {
10                     "index": "not_analyzed",
11                     "type": "string"
12                 },
13                 "time-stamp":
14                 {
15                     "index": "not_analyzed",
16                     "type": "string"
17                 },
18                 "suspect-interval-flag":
19                 {
20                     "type": "boolean"
21                 },
22                 "scanner-id":
23                 {
24                     "index": "not_analyzed",
25                     "type": "string"
26                 },
27                 "uuid-interface":
28                 {
29                     "index": "not_analyzed",
30                     "type": "string"
31                 },
32                  "layer-protocol-name": {
33                     "index": "not_analyzed",
34                     "type": "string"
35                 },
36                 "granularity-period":
37                 {
38                     "index": "not_analyzed",
39                     "type": "string"
40                 },
41                 "radio-signal-id": {
42                     "index": "not_analyzed",
43                     "type": "string"
44                 }
45             }
46         },
47
48         "historicalperformance15min":
49         {
50             "properties":
51             {
52                 "node-name":
53                 {
54                     "index": "not_analyzed",
55                     "type": "string"
56                 },
57                 "time-stamp":
58                 {
59                     "index": "not_analyzed",
60                     "type": "string"
61                 },
62                 "suspect-interval-flag":
63                 {
64                     "type": "boolean"
65                 },
66                 "scanner-id":
67                 {
68                     "index": "not_analyzed",
69                     "type": "string"
70                 },
71                 "uuid-interface":
72                 {
73                     "index": "not_analyzed",
74                     "type": "string"
75                 },
76                  "layer-protocol-name": {
77                     "index": "not_analyzed",
78                     "type": "string"
79                 },
80                 "granularity-period":
81                 {
82                     "index": "not_analyzed",
83                     "type": "string"
84                 },
85                 "radio-signal-id": {
86                     "index": "not_analyzed",
87                     "type": "string"
88                 }
89             }
90         }
91     }
92 }