docker-elk-ssl/logstash-conf/logstash.conf
2014-11-19 21:04:54 +01:00

16 lines
207 B
Plaintext

input {
tcp {
port => 5000
}
}
# Add your filters here
# Must use http protocol and specify the host to use Kibana4
output {
elasticsearch {
protocol => "http"
host => "elasticsearch"
}
}