summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-06-16 22:14:29 +0900
committerIlya <ilyamaschenko@gmail.com>2017-06-16 22:14:29 +0900
commit9cb561b8e9af94409ec06daf7116926cb5e47a30 (patch)
tree5d4dee335fdb09bc69431e2d581d200c1d165c0f /conf.d/python.d
parent98a696da2c512edb6010703184f595d2b61d8a89 (diff)
elasticsearch: bugfix and conf file update
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/elasticsearch.conf17
1 files changed, 7 insertions, 10 deletions
diff --git a/conf.d/python.d/elasticsearch.conf b/conf.d/python.d/elasticsearch.conf
index f98aaeced2..7c35df2299 100644
--- a/conf.d/python.d/elasticsearch.conf
+++ b/conf.d/python.d/elasticsearch.conf
@@ -61,19 +61,16 @@
# 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.
#
-# ----------------------------------------------------------------------
-# IMPORTANT Information
-#
-# Module uses python `requests` package
#
-# You need to install it manually. (python-requests or python3-requests depending on the version of python).
+# if the URL is password protected, the following are supported:
#
+# user: 'username'
+# pass: 'password'
#
+# ----------------------------------------------------------------------
# AUTO-DETECTION JOBS
# only one of them will run (they have the same name)
#
-#local:
-# host: '127.0.0.1'
-# port: '9200'
-# cluster_health: True
-# cluster_stats: True
+local:
+ host: '127.0.0.1'
+ port: '9200'