diff --git a/filter-80-ecs.conf b/filter-80-ecs.conf index caf7c86..462c345 100644 --- a/filter-80-ecs.conf +++ b/filter-80-ecs.conf @@ -24,4 +24,13 @@ filter { "[ecs][version]" => "1.0.1" } } + + if ![process][name] { + mutate { + add_field => { + "[process][name]" => "icinga2" + } + } + } + }