summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfcalvet <38648518+fcalvet@users.noreply.github.com>2020-02-10 18:42:25 +0100
committerGitHub <noreply@github.com>2020-02-10 18:42:25 +0100
commitb6727ad42e6d315a208902070cb239af884dc96c (patch)
treee0397cd375c2407f1bb30e3af058122eabe276f6
parentf42ff86f64755a0c605ae2172dd53e1e3e34baa8 (diff)
Requirement for elasticsearch library for export
-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/