summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index')
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json19
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnevents/sdneventsMapping.json168
-rw-r--r--sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnperformance/sdnperformanceMapping.json92
3 files changed, 0 insertions, 279 deletions
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json
deleted file mode 100644
index 614ce2fb5..000000000
--- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/mwtn/mwtnMapping.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "settings": {
- "analysis": {
- "analyzer": {
- "standard": {
- "type": "whitespace"
- }
- }
- }
- },
- "mappings": {
- "required-networkelement": {
- "date_detection": false
- },
- "maintenancemode": {
- "date_detection": false
- }
- }
-}
diff --git a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnevents/sdneventsMapping.json b/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnevents/sdneventsMapping.json
deleted file mode 100644
index 83b7ffdaa..000000000
--- a/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/sdnevents/sdneventsMapping.json
+++ /dev/null
@@ -1,168 +0,0 @@
-{
- "mappings": {
- "faultlog": {
- "properties": {
- "fault": {
- "properties": {
- "nodeName": {
- "index": "not_analyzed",
- "type": "string"
- },
- "severity": {
- "index": "not_analyzed",
- "type": "string"
- },
- "timeStamp": {
- "index": "not_analyzed",
- "type": "string"
- },
- "problem": {
- "index": "not_analyzed",
- "type": "string"
- },
- "counter": {
- "index": "not_analyzed",
- "type": "string"
- },
- "objectId": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
- },
- "faultcurrent": {
- "properties": {
- "faultCurrent": {
- "properties": {
- "nodeName": {
- "index": "not_analyzed",
- "type": "string"
- },
- "severity": {
- "index": "not_analyzed",
- "type": "string"
- },
- "timeStamp": {
- "index": "not_analyzed",
- "type": "string"
- },
- "problem": {
- "index": "not_analyzed",
- "type": "string"
- },
- "counter": {
- "index": "not_analyzed",
- "type": "string"
- },
- "objectId": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
- },
- "eventlog": {
- "properties": {
- "event": {
- "properties": {
- "nodeName": {
- "index": "not_analyzed",
- "type": "string"
- },
- "timeStamp": {
- "index": "not_analyzed",
- "type": "string"
- },
- "newValue": {
- "index": "not_analyzed",
- "type": "string"
- },
- "attributeName": {
- "index": "not_analyzed",
- "type": "string"
- },
- "counter": {
- "index": "not_analyzed",
- "type": "string"
- },
- "objectId": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
- },
-
- "inventorytoplevel": {
- "properties": {
- "uuidList": {
- "index": "not_analyzed",
- "type": "string"
- },
- "mountpoint": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- },
- "inventoryequipment": {
- "properties": {
- "date": {
- "index": "not_analyzed",
- "type": "string"
- },
- "modelIdentifier": {
- "index": "not_analyzed",
- "type": "string"
- },
- "manufacturerIdentifier": {
- "index": "not_analyzed",
- "type": "string"
- },
- "typeName": {
- "index": "not_analyzed",
- "type": "string"
- },
- "description": {
- "index": "not_analyzed",
- "type": "string"
- },
- "uuid": {
- "index": "not_analyzed",
- "type": "string"
- },
- "version": {
- "index": "not_analyzed",
- "type": "string"
- },
- "parentUuid": {
- "index": "not_analyzed",
- "type": "string"
- },
- "containedHolder": {
- "index": "not_analyzed",
- "type": "string"
- },
- "mountpoint": {
- "index": "not_analyzed",
- "type": "string"
- },
- "treeLevel": {
- "type": "long"
- },
- "partTypeId": {
- "index": "not_analyzed",
- "type": "string"
- },
- "serial": {
- "index": "not_analyzed",
- "type": "string"
- }
- }
- }
- }
-}
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"
- }
- }
- }
- }
-}