diff --git a/salt/logstash/pipelines/templates/so/so-beats-template.json b/salt/logstash/pipelines/templates/so/so-beats-template.json index f6a9c2d27..a48a6e3eb 100644 --- a/salt/logstash/pipelines/templates/so/so-beats-template.json +++ b/salt/logstash/pipelines/templates/so/so-beats-template.json @@ -2,7 +2,6 @@ "index_patterns": [ "so-beats-*" ], - "mappings": { "doc": { "_meta": { "version": "6.1.3" @@ -1265,12 +1264,11 @@ "ignore_above": 1024, "type": "keyword" } - } - } - } - } - } - } + } + } + } + } + } }, "order": 1, "settings": { diff --git a/salt/logstash/pipelines/templates/so/so-common-template.json b/salt/logstash/pipelines/templates/so/so-common-template.json index 90241924f..295653dfa 100644 --- a/salt/logstash/pipelines/templates/so/so-common-template.json +++ b/salt/logstash/pipelines/templates/so/so-common-template.json @@ -8,7 +8,6 @@ "index.refresh_interval":"30s" }, "mappings":{ - "doc":{ "dynamic": false, "date_detection": false, "properties":{ @@ -349,7 +348,6 @@ "type":"object", "dynamic": true } - } - } + } } }