summaryrefslogtreecommitdiffstats
path: root/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/es_test_scripts/topoHistoryConfigSettings.json')
-rw-r--r--src/test/resources/es_test_scripts/topoHistoryConfigSettings.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json b/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json
deleted file mode 100644
index 875813e..0000000
--- a/src/test/resources/es_test_scripts/topoHistoryConfigSettings.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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"
- }
- }
- }
- }
- }
-}