Merge pull request #10162 from Security-Onion-Solutions/fix/elastic_agent_metadata

Rename @metadata to metadata to ensure it's not lost between Logstash pipelines
This commit is contained in:
weslambert
2023-04-19 16:25:01 -04:00
committed by GitHub

View File

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