diff --git a/salt/elasticsearch/files/ingest/kratos b/salt/elasticsearch/files/ingest/kratos index c55ebd60a..f8dcf53e0 100644 --- a/salt/elasticsearch/files/ingest/kratos +++ b/salt/elasticsearch/files/ingest/kratos @@ -1,6 +1,7 @@ { "description" : "kratos", "processors" : [ + { "set": { "field": "event.dataset", "value": "access" } }, { "pipeline": { "name": "common" } } ] }