summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-02-06 12:01:31 +0100
committernicolargo <nicolas@nicolargo.com>2021-02-06 12:01:31 +0100
commit7821292920f74821c2a6d4ee82e3674c1efb0a32 (patch)
tree91b9a3d099a5785bddb0c4ee123cc4c22c235289 /docs
parent8af9eb5684dcee0cf0ae1e5b9cc584ad7ed45707 (diff)
Update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/gw/elastic.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/gw/elastic.rst b/docs/gw/elastic.rst
index 2c247fa8..2d2f62a0 100644
--- a/docs/gw/elastic.rst
+++ b/docs/gw/elastic.rst
@@ -21,22 +21,4 @@ and run Glances with:
$ glances --export elasticsearch
-The stats are available through the elasticsearch API. For example, to
-get the CPU system stats:
-
-.. code-block:: console
-
- $ curl http://172.17.0.2:9200/glances/cpu/system
- {
- "_index": "glances",
- "_type": "cpu",
- "_id": "system",
- "_version": 28,
- "found": true,"
- _source": {
- "timestamp": "2016-02-04T14:11:02.362232",
- "value": "2.2"
- }
- }
-
.. _elasticsearch: https://pypi.org/project/elasticsearch/