aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json')
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json92
1 files changed, 92 insertions, 0 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
new file mode 100644
index 000000000..92d5ad2fb
--- /dev/null
+++ b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
@@ -0,0 +1,92 @@
+{
+ "mappings":
+ {
+ "historicalperformance24h":
+ {
+ "properties":
+ {
+ "node-name":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "time-stamp":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "suspect-interval-flag":
+ {
+ "type": "boolean"
+ },
+ "scanner-id":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "uuid-interface":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "layer-protocol-name": {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "granularity-period":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "radio-signal-id": {
+ "index": "not_analyzed",
+ "type": "string"
+ }
+ }
+ },
+
+ "historicalperformance15min":
+ {
+ "properties":
+ {
+ "node-name":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "time-stamp":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "suspect-interval-flag":
+ {
+ "type": "boolean"
+ },
+ "scanner-id":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "uuid-interface":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "layer-protocol-name": {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "granularity-period":
+ {
+ "index": "not_analyzed",
+ "type": "string"
+ },
+ "radio-signal-id": {
+ "index": "not_analyzed",
+ "type": "string"
+ }
+ }
+ }
+ }
+}