RETIRED, Integrate Elasticsearch and Kibana with Fuel
Go to file
Simon Pasquier 18db5731fd Upgrade JRE package version
Change-Id: Id260d521d6cd9818beb4cbe2b32c5badb745933a
2015-10-30 11:16:43 +01:00
deployment_scripts/puppet Update language in notifications.json 2015-10-23 12:18:30 +00:00
doc Merge "Added missing license and appendix content" 2015-10-22 13:09:49 +00: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 Completed User Guide 2015-10-20 16:43:44 +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 Upgrade JRE package version 2015-10-30 11:16:43 +01: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

The plugin's requirements are defined 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