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.
PurpleDome/plugins/default/sensors/linux_filebeat/filebeat.conf

19 lines
227 B
Plaintext

input {
beats {
port => 5044
}
}
filter {}
output {
file {
path => "/tmp/filebeat_collection.json"
codec => json
id => "id_filebeat"
create_if_deleted => true
write_behavior => "append"
}
stdout{}
}