summaryrefslogtreecommitdiffstats
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, 0 insertions, 92 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
deleted file mode 100644
index 92d5ad2fb..000000000
--- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json
+++ /dev/null
@@ -1,92 +0,0 @@
-{
- "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"
- }
- }
- }
- }
-}