Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 500 Bytes

elastic.rst

File metadata and controls

24 lines (16 loc) · 500 Bytes

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:

[elasticsearch]
host=localhost
port=9200
index=glances

and run Glances with:

$ glances --export elasticsearch