summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin
diff options
context:
space:
mode:
authorMarcello Barnaba <vjt@openssl.it>2021-02-11 13:32:34 +0100
committerGitHub <noreply@github.com>2021-02-11 15:32:34 +0300
commit420f6c5ac7dfc5a5a7c3e7aa45768093e7812cc4 (patch)
tree6782befef1d18d21c9eb8c6273f11b567efd7662 /collectors/python.d.plugin
parent0b7fcdba636ca6bd753761d6fd4309879fff0bfd (diff)
collectors/elasticsearch: document `scheme` option (#10572)
Diffstat (limited to 'collectors/python.d.plugin')
-rw-r--r--collectors/python.d.plugin/elasticsearch/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/elasticsearch/README.md b/collectors/python.d.plugin/elasticsearch/README.md
index d8d7581bc8..cf1834c5a8 100644
--- a/collectors/python.d.plugin/elasticsearch/README.md
+++ b/collectors/python.d.plugin/elasticsearch/README.md
@@ -80,6 +80,7 @@ Sample:
local:
host : 'ipaddress' # Elasticsearch server ip address or hostname.
port : 'port' # Port on which elasticsearch listens.
+ scheme : 'http' # URL scheme. Use 'https' if your elasticsearch uses TLS.
node_status : yes/no # Get metrics from "/_nodes/_local/stats". Enabled by default.
cluster_health : yes/no # Get metrics from "/_cluster/health". Enabled by default.
cluster_stats : yes/no # Get metrics from "'/_cluster/stats". Enabled by default.