diff --git a/salt/elasticsearch/files/ingest/kratos b/salt/elasticsearch/files/ingest/kratos index dc93e888d..c55ebd60a 100644 --- a/salt/elasticsearch/files/ingest/kratos +++ b/salt/elasticsearch/files/ingest/kratos @@ -1,13 +1,6 @@ { "description" : "kratos", "processors" : [ - { - "set": { - "field": "_index", - "value": "so-kratos", - "override": true - } - }, { "pipeline": { "name": "common" } } ] }