Merge pull request #5765 from Icinga/fix/config-elasticwriter-default

Fix default configuration example for ElasticsearchWriter
This commit is contained in:
Michael Friedrich 2017-11-15 22:08:29 +01:00 committed by GitHub
commit 5a4c67345c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ object ElasticsearchWriter "elasticsearch" {
//host = "127.0.0.1" //host = "127.0.0.1"
//port = 9200 //port = 9200
//index = "icinga2" //index = "icinga2"
//send_enable_perfdata = false //enable_send_perfdata = false
//flush_threshold = 1024 //flush_threshold = 1024
//flush_interval = 10s //flush_interval = 10s
} }