summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2019-04-11 11:45:13 +0300
committerGitHub <noreply@github.com>2019-04-11 11:45:13 +0300
commit1aaa246ca3018a059cf0e94af4d5ef4c77e39dac (patch)
tree674ddcd2e1b7f70e285fdcf5f881627daf5d7fdb
parenta89328ab66534cf18cf9a9887ffd708bc426d309 (diff)
elasticsearch: update config file (#5834)
##### Summary fixes: #5179 add `scheme` option to configuration file ##### Component Name [/collectors/python.d.plugin/elasticsearch](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/elasticsearch) ##### Additional Information
-rw-r--r--collectors/python.d.plugin/elasticsearch/elasticsearch.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/elasticsearch/elasticsearch.conf b/collectors/python.d.plugin/elasticsearch/elasticsearch.conf
index e5c97e7efb..5d8e746f52 100644
--- a/collectors/python.d.plugin/elasticsearch/elasticsearch.conf
+++ b/collectors/python.d.plugin/elasticsearch/elasticsearch.conf
@@ -63,6 +63,7 @@
#
# host: 'ipaddress' # Server ip address or hostname.
# port: 'port' # Port on which elasticsearch listen.
+# scheme: 'scheme' # URL scheme. Default is 'http'.
# cluster_health: False/True # Calls to cluster health elasticsearch API. Enabled by default.
# cluster_stats: False/True # Calls to cluster stats elasticsearch API. Enabled by default.
#