Add elastic search section to example config
This commit is contained in:
parent
a4687f52b1
commit
aefa2a3e33
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue