fuel-plugin-lma-collector/contrib/README.md

932 B

The scripts in this directory can be used to deploy the additional systems that are running along with the Logging, Monitoring and Alerting collector.

Pre-requisites

The scripts require the Docker runtime.

Elasticsearch

Elasticsearch is used to store and index the logs and notifications gathered by the LMA collector.

To install the Elasticsearch stack, see (elasticsearch/README.md).

InfluxDB

InfluxDB is used to store the metrics reported by the LMA collector.

To install the InfluxDB stack, see (influxdb/README.md).

LMA dashboards

The LMA dashboards are based on:

  • Kibana for displaying and querying data in Elasticsearch.

  • Grafana for displaying and querying data in InfluxDB.

To install the dahsboards, see (ui/README.md).