mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-13 18:29:59 +01:00
Updated logstash configuration for Kibana4 support.
This commit is contained in:
@@ -6,6 +6,10 @@ input {
|
||||
|
||||
# Add your filters here
|
||||
|
||||
# Must use http protocol and specify the host to use Kibana4
|
||||
output {
|
||||
elasticsearch { }
|
||||
elasticsearch {
|
||||
protocol => "http"
|
||||
host => "elasticsearch"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user