Add elastic search section to example config

This commit is contained in:
Malte Blättermann 2017-04-20 23:29:51 +02:00 committed by Martin Geno
parent a4687f52b1
commit aefa2a3e33
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
1 changed files with 11 additions and 0 deletions

View File

@ -79,7 +79,18 @@ system = "testing"
enable = false enable = false
path = "/var/log/yanic.log" path = "/var/log/yanic.log"
[[database.connection.graphite]] [[database.connection.graphite]]
enable = false enable = false
address = "localhost:2003" address = "localhost:2003"
prefix = "freifunk" 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