diff --git a/salt/elasticsearch/defaults.yaml b/salt/elasticsearch/defaults.yaml index 92c5c6e13..dd542a865 100644 --- a/salt/elasticsearch/defaults.yaml +++ b/salt/elasticsearch/defaults.yaml @@ -2667,7 +2667,7 @@ elasticsearch: index_sorting: False index_template: index_patterns: - - so-kratos-* + - logs-*-kratos_so template: mappings: dynamic_templates: 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" } } ] }