mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-21 17:50:20 +01:00
Updated logstash configuration for Kibana4 support.
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user