mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Fix default configuration example for ElasticsearchWriter
This commit is contained in:
parent
f2fbdd098e
commit
3673bd2201
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ object ElasticsearchWriter "elasticsearch" {
|
|||
//host = "127.0.0.1"
|
||||
//port = 9200
|
||||
//index = "icinga2"
|
||||
//send_enable_perfdata = false
|
||||
//enable_send_perfdata = false
|
||||
//flush_threshold = 1024
|
||||
//flush_interval = 10s
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue