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