mirror of https://github.com/avast/PurpleDome
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
226 B
Plaintext
19 lines
226 B
Plaintext
4 years ago
|
input {
|
||
|
beats {
|
||
|
port => 5044
|
||
|
}
|
||
|
}
|
||
|
|
||
|
filter {}
|
||
|
|
||
|
output {
|
||
|
file {
|
||
|
path => "{{playground}}/filebeat.json"
|
||
|
codec => json
|
||
|
id => "id_filebeat"
|
||
|
create_if_deleted => true
|
||
|
write_behavior => "append"
|
||
|
}
|
||
|
|
||
|
stdout{}
|
||
|
}
|