mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-10 04:19:24 +02:00
18 lines
182 B
Plaintext
18 lines
182 B
Plaintext
input {
|
|
beats {
|
|
port => 5044
|
|
}
|
|
gelf {
|
|
port => 12201
|
|
}
|
|
}
|
|
|
|
output {
|
|
stdout {
|
|
codec => rubydebug
|
|
}
|
|
elasticsearch {
|
|
hosts => [ "elasticsearch:9200" ]
|
|
}
|
|
}
|