From aefa2a3e33d07adc3d99261bf5ce67f8d151b4cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Bl=C3=A4ttermann?= Date: Thu, 20 Apr 2017 23:29:51 +0200 Subject: [PATCH] Add elastic search section to example config --- config_example.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config_example.toml b/config_example.toml index 34ebcf7..2595be6 100644 --- a/config_example.toml +++ b/config_example.toml @@ -79,7 +79,18 @@ system = "testing" enable = false path = "/var/log/yanic.log" + [[database.connection.graphite]] enable = false address = "localhost:2003" prefix = "freifunk" + +[[database.connection.elasticsearch]] +enable = false +host = "https://your_elasticsearch_cluster:9200" +username = "" +password = "" +index_prefix = "ffhb" + +# Weather to update the index templates on start +update_templates = false