summaryrefslogtreecommitdiffstats
path: root/docs/gw/elastic.rst
diff options
context:
space:
mode:
authorBartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>2020-03-05 22:49:47 +0100
committerBartlomiej Cieszkowski <bartlomiej.cieszkowski@gmail.com>2020-03-05 22:49:47 +0100
commit5d5973abecd7e9db9a2b966e2f9b5c74e63bdf85 (patch)
tree274a59b179c0c5824e477a801dd7b3f4371b5fd4 /docs/gw/elastic.rst
parentf9c13723c8968d38839c597d4367c87b6082736d (diff)
parent547062750b28a9f03700d956535eb38a55571281 (diff)
Merge branch 'develop' into timezone_too_long
# Conflicts: # glances/plugins/glances_now.py
Diffstat (limited to 'docs/gw/elastic.rst')
-rw-r--r--docs/gw/elastic.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/gw/elastic.rst b/docs/gw/elastic.rst
index f0897f02..2c247fa8 100644
--- a/docs/gw/elastic.rst
+++ b/docs/gw/elastic.rst
@@ -2,6 +2,8 @@
Elasticsearch
=============
+.. note::
+ You need to install the `elasticsearch`_ library on your system.
You can export statistics to an ``Elasticsearch`` server. The connection
should be defined in the Glances configuration file as following:
@@ -36,3 +38,5 @@ get the CPU system stats:
"value": "2.2"
}
}
+
+.. _elasticsearch: https://pypi.org/project/elasticsearch/