summaryrefslogtreecommitdiffstats
path: root/etc/icinga2/features-available/elasticsearch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/icinga2/features-available/elasticsearch.conf')
-rw-r--r--etc/icinga2/features-available/elasticsearch.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/icinga2/features-available/elasticsearch.conf b/etc/icinga2/features-available/elasticsearch.conf
new file mode 100644
index 0000000..8014913
--- /dev/null
+++ b/etc/icinga2/features-available/elasticsearch.conf
@@ -0,0 +1,8 @@
+object ElasticsearchWriter "elasticsearch" {
+ //host = "127.0.0.1"
+ //port = 9200
+ //index = "icinga2"
+ //enable_send_perfdata = false
+ //flush_threshold = 1024
+ //flush_interval = 10s
+}