Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / test / resources / es_test_scripts / topoHistoryConfigSettings.json
diff --git a/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json b/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json
new file mode 100644 (file)
index 0000000..875813e
--- /dev/null
@@ -0,0 +1,20 @@
+{
+  "topographyhistorysearchindex-localhost" : {
+    "mappings" : {
+      "default" : {
+        "properties" : {
+          "count" : {
+            "type" : "keyword"
+          },
+          "entityType" : {
+            "type" : "keyword"
+          },
+          "timestamp" : {
+            "type" : "date",
+            "format" : "MMM d y HH:m:s||dd-MM-yyyy HH:mm:ss||yyyy-MM-dd'T'HH:mm:ss.SSSZZ||MM/dd/yyyy||yyyyMMdd'T'HHmmssZ"
+          }
+        }
+      }
+    }
+  }
+}