summaryrefslogtreecommitdiffstats
path: root/conf/glances.conf
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-02-06 12:01:31 +0100
committernicolargo <nicolas@nicolargo.com>2021-02-06 12:01:31 +0100
commit7821292920f74821c2a6d4ee82e3674c1efb0a32 (patch)
tree91b9a3d099a5785bddb0c4ee123cc4c22c235289 /conf/glances.conf
parent8af9eb5684dcee0cf0ae1e5b9cc584ad7ed45707 (diff)
Update docs
Diffstat (limited to 'conf/glances.conf')
-rw-r--r--conf/glances.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/glances.conf b/conf/glances.conf
index 2df9783d..f21c4fd8 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -475,7 +475,7 @@ port=8125
[elasticsearch]
# Configuration for the --export elasticsearch option
-# Data are available via the ES RESTful API. ex: URL/<index>/cpu/system
+# Data are available via the ES RESTful API. ex: URL/<index>/cpu
# https://www.elastic.co
host=localhost
port=9200
@@ -500,10 +500,11 @@ queue=glances_queue
# Configuration for the --export mqtt option
host=localhost
port=8883
+tls=true
user=guest
password=guest
topic=glances
-tls=true
+topic_structure=per-metric
[couchdb]
# Configuration for the --export couchdb option