fuel-plugin-lma-collector/contrib
Éric Lemoine 22e1f0be41 Remove deployment_mode tag
With MOS 6.1 and later deployment_mode is always ha_compact. So this change
removes the deployment_mode related tests in Puppet manifests. It also removes
the deployment_mode tag that was set in Heka messages.

This addresses a comment made by Simon Pasquier:
https://review.openstack.org/#/c/255418/16/deployment_scripts/puppet/manifests/base.pp,unified

Change-Id: I654d3a451bf86c28f66033cc98dd5a26bd2b80f0
2015-12-23 09:28:25 +01:00
..
common Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
elasticsearch Remove deployment_mode tag 2015-12-23 09:28:25 +01:00
influxdb Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
ui Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00
README.md s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:50:06 +02:00
install.sh Fix ShellCheck warnings 2015-05-07 10:11:02 +02:00

README.md

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).