mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-14 04:01:23 +01:00
12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
input {
|
|
beats {
|
|
port => "5044"
|
|
tags => [ "beat-ext" ]
|
|
}
|
|
}
|
|
filter {
|
|
mutate {
|
|
rename => {"@metadata" => "metadata"}
|
|
}
|
|
}
|