Updated logstash configuration for Kibana4 support.

This commit is contained in:
Anthony Lapenna 2014-11-19 21:04:54 +01:00
parent e1ee422dd2
commit daea347fa2
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ input {
# Add your filters here # Add your filters here
# Must use http protocol and specify the host to use Kibana4
output { output {
elasticsearch { } elasticsearch {
protocol => "http"
host => "elasticsearch"
}
} }