Rename @metadata to metadata to ensure it's not lost between Logstash pipelines

This commit is contained in:
Wes
2023-04-19 20:17:10 +00:00
parent 9fed2ac616
commit d823d5dcc9

View File

@@ -10,3 +10,8 @@ input {
ecs_compatibility => v8
}
}
filter {
mutate {
rename => {"@metadata" => "metadata"}
}
}