Set event.dataset for all Kratos logs to 'access' for now

This commit is contained in:
weslambert
2023-01-25 08:19:50 -05:00
committed by GitHub
parent 7bf9d77962
commit c9f458e1e2

View File

@@ -1,6 +1,7 @@
{ {
"description" : "kratos", "description" : "kratos",
"processors" : [ "processors" : [
{ "set": { "field": "event.dataset", "value": "access" } },
{ "pipeline": { "name": "common" } } { "pipeline": { "name": "common" } }
] ]
} }