RETIRED, Integrate Elasticsearch and Kibana with Fuel
Go to file
Jeremy Stanley 217d5d14d1 Update .gitreview for new namespace
Change-Id: I6631c4143b6baeb6b7087ca2233808b73c0ef8ec
2015-10-17 22:23:03 +00:00
deployment_scripts/puppet Update tox.ini 2015-10-09 11:00:18 +02:00
doc Fixed table formating 2015-10-16 15:21:53 +02:00
repositories Add a tox environment to build the plugin 2015-09-16 17:08:58 +02:00
specs s/ElasticSearch/Elasticsearch/ where appropriate 2015-04-23 15:54:26 +02:00
.gitignore Add a tox environment to build the plugin 2015-09-16 17:08:58 +02:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:23:03 +00:00
LICENSE Add appendix to LICENSE 2015-06-19 18:45:44 +02:00
README.md Replaced the requirements table by a link to the user documentation 2015-10-16 16:09:18 +02:00
deployment_tasks.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00
environment_config.yaml Remove left-over in environmnet_config.yaml 2015-09-09 16:52:56 +02:00
functions.sh Use upstream Puppet modules 2015-08-10 12:27:09 +02:00
metadata.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00
node_roles.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00
pre_build_hook Remove the RPM packages 2015-09-11 17:30:21 +02:00
tasks.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00
test-requirements.txt Add a tox environment to build the plugin 2015-09-16 17:08:58 +02:00
tox.ini Update tox.ini 2015-10-09 11:00:18 +02:00
volumes.yaml Switch to custom role elasticsearch_kibana 2015-09-09 09:31:07 +02:00

README.md

Elasticsearch-Kibana Plugin for Fuel

The Elasticsearch-Kibana Fuel Plugin is used to install and configure Elasticsearch and Kibana which collectively provide access to the OpenStack logs and notifications analytics. Those analytics can be used to search and correlate the service-affecting events which occurred in your OpenStack environment. It is an indispensable tool to troubleshooting problems. The Elasticsearch-Kibana Plugin is a key component of the Logging, Monitoring and Alerting (LMA) Toolchain of Mirantis OpenStack.

Release Notes

0.8.0

  • Add support for the "elasticsearch_kibana" Fuel Plugin role instead of of the "base-os" role which had several limitations.
  • Add support for a retention policy configuration thanks to the integration of Elastic Curator
  • Upgrade to Elasticsearch 1.4.5

0.7.0

  • Initial release of the plugin. This is a beta version.

Requirements

Please check what are the plugin's requirements in the Elasticsearch-Kibana Fuel Plugin Documentation

Known issues

No known issues so far.

Limitations

A current limitation of this plugin is that it not possible to display in the Fuel web UI the URL where the Kibana interface can be reached when the deployment has completed. Instructions are provided in the Installation Guide about how you can obtain this URL using the fuel command line.

Installation

Please follow the installation instructions in the Elasticsearch-Kibana Fuel Plugin Documentation

User Guide

How to configure and use the Elasticsearch-Kibana Fuel Plugin is detailed in in the Elasticsearch-Kibana Fuel Plugin Documentation

Communication

The OpenStack Development Mailing List is the preferred way to communicate with the members of the project. Emails should be sent to openstack-dev@lists.openstack.org with the subject prefixed by [fuel][plugins][lma].

Reporting Bugs

Bugs should be filled on the Launchpad fuel-plugins project (not GitHub) with the tag lma.

Contributing

If you would like to contribute to the development of this Fuel plugin you must follow the OpenStack development workflow.

Patch reviews take place on the OpenStack gerrit system.

Contributors