@cryptotaxi247 / netdata-1 / commits / 420f6c5ac

collectors/elasticsearch: document `scheme` option (#10572)

Marcello Barnaba committed Feb 11, 2021 at 13:32 UTC 420f6c5ac7dfc5a5a7c3e7aa45768093e7812cc4
1 file changed +1
collectors/python.d.plugin/elasticsearch/README.md
+1
@@ -80,6 +80,7 @@ Sample:
80 local:
81 host : 'ipaddress' # Elasticsearch server ip address or hostname.
82 port : 'port' # Port on which elasticsearch listens.
83 + scheme : 'http' # URL scheme. Use 'https' if your elasticsearch uses TLS.
84 node_status : yes/no # Get metrics from "/_nodes/_local/stats". Enabled by default.
85 cluster_health : yes/no # Get metrics from "/_cluster/health". Enabled by default.
86 cluster_stats : yes/no # Get metrics from "'/_cluster/stats". Enabled by default.