Removed readme info duplicates with the plugin documentation

Change-Id: I54016b769ef2ca7b25175f57d6e73d49e90b8e64
This commit is contained in:
Patrick Petit 2015-11-15 15:38:19 -08:00 committed by Swann Croiset
parent f191e977b6
commit c03314f960
2 changed files with 63 additions and 42 deletions

View File

@ -1,64 +1,61 @@
Elasticsearch-Kibana Plugin for Fuel The Elasticsearch-Kibana Plugin for Fuel
==================================== ========================================
The **Elasticsearch-Kibana Fuel Plugin** is used to install and configure The Elasticsearch-Kibana Plugin for Fuel is used to install and configure
Elasticsearch and Kibana which collectively provide access to the OpenStack [Elasticsearch](https://www.elastic.co/products/elasticsearch) and
logs and notifications analytics. [Kibana](https://www.elastic.co/products/kibana) which collectively
Those analytics can be used to search and correlate the service-affecting provide access to OpenStack analytics for the logs and the notifications collected
events which occurred in your OpenStack environment. It is an indispensable and processed by the [LMA Collector](
tool to troubleshooting problems. http://fuel-plugin-lma-collector.readthedocs.org/en/latest/index.html)
The Elasticsearch-Kibana Plugin is a key component of the Plugin.
**Logging, Monitoring and Alerting (LMA) Toolchain** of Mirantis OpenStack.
Please check the [Elasticsearch-Kibana Plugin Overview](
http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/overview.html#overview)
section of the plugin documentation for additional details.
Release Notes Release Notes
------------- -------------
**0.8.0** The release notes of the Elasticsearch-Kibana Plugin are provided in the
[Release Notes](
* Add support for the "elasticsearch_kibana" Fuel Plugin role instead of http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/releases.html)
of the "base-os" role which had several limitations. section of the plugin documentation.
* Add support for a retention policy configuration thanks to the integration
of [Elastic Curator](https://github.com/elastic/curator)
* Upgrade to Elasticsearch 1.4.5
**0.7.0**
* Initial release of the plugin. This is a beta version.
Requirements Requirements
------------ ------------
The plugin's requirements are defined in the [Elasticsearch-Kibana Fuel The Elasticsearch-Kibana Plugin requirements are defined in the [Requirements](
Plugin Documentation](
http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/overview.html#requirements) http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/overview.html#requirements)
section of the plugin documentation.
Known issues Known issues
------------ ------------
No known issues so far. The LMA Toolchain's related issues are available on [Launchpad](
https://bugs.launchpad.net/lma-toolchain).
Limitations Limitations
----------- -----------
A current limitation of this plugin is that it not possible to The Elasticsearch-Kibana Plugin limitations are described in the [Limitations](
display in the Fuel web UI the URL where the Kibana interface http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/overview.html#limitations)
can be reached when the deployment has completed. section of the plugin documentation.
Instructions are provided in the *Installation Guide* about how you can
obtain this URL using the `fuel` command line.
Installation Installation
------------ ------------
Please follow the installation instructions in the [Elasticsearch-Kibana Fuel The installation instructions of the Elasticsearch-Kibana Plugin are provided
Plugin Documentation]( in the [Installation](
http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/installation.html) http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/installation.html)
section of the plugin documentation.
User Guide User Guide
---------- ----------
How to configure and use the Elasticsearch-Kibana Fuel Plugin is detailed in Instructions for how to configure and use the Elasticsearch-Kibana Plugin
in the [Elasticsearch-Kibana Fuel Plugin Documentation]( are provided in the [User Guide](
http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/user.html) http://fuel-plugin-elasticsearch-kibana.readthedocs.org/en/latest/user.html)
section of the plugin documentation.
Communication Communication
------------- -------------
@ -71,18 +68,18 @@ prefixed by `[fuel][plugins][lma]`.
Reporting Bugs Reporting Bugs
-------------- --------------
Bugs should be filled on the [Launchpad fuel-plugins project]( Bugs should be filed against the [LMA Toolchain project](
https://bugs.launchpad.net/fuel-plugins) (not GitHub) with the tag `lma`. https://launchpad.net/lma-toolchain) on Launchpad (not Github!).
Contributing Contributing
------------ ------------
If you would like to contribute to the development of this Fuel plugin you must If you would like to contribute to the development of this plugin you must
follow the [OpenStack development workflow]( follow the [OpenStack development workflow](
http://docs.openstack.org/infra/manual/developers.html#development-workflow). http://docs.openstack.org/infra/manual/developers.html#development-workflow)
instructions.
Patch reviews take place on the [OpenStack gerrit]( Patch reviews take place within [OpenStack Gerrit](
https://review.openstack.org/#/q/status:open+project:openstack/fuel-plugin-elasticsearch-kibana,n,z) https://review.openstack.org/#/q/status:open+project:openstack/fuel-plugin-elasticsearch-kibana,n,z)
system. system.

View File

@ -6,11 +6,35 @@ Overview
The **Elasticsearch-Kibana Fuel Plugin** is used to install and configure The **Elasticsearch-Kibana Fuel Plugin** is used to install and configure
Elasticsearch and Kibana which collectively provide access to the OpenStack Elasticsearch and Kibana which collectively provide access to the OpenStack
logs and notifications analytics. logs and notifications analytics.
Those analytics can be used to search and correlate the service-affecting Those analytics can be used to search and correlate service-affecting
events which occurred in your OpenStack environment. It is an indispensable events which occurred in your OpenStack environment. It is an indispensable
tool to troubleshooting problems. tool to troubleshooting problems.
The Elasticsearch-Kibana Plugin is a key component of the
**Logging, Monitoring and Alerting (LMA) Toolchain** of Mirantis OpenStack. Elasticsearch and Kibana are key components
of the `LMA Toolchain project <https://launchpad.net/lma-toolchain>`_
as shown in the figure below::
...................................................
| LMA Collector Plugin |
| |
| measurement / collection / analysis / persistence |
'...................................................'
| | |
| | |
| | |
................................... | | | +==================================+
| InfluxDB Grafana Plugin | | | | || Elasticsearch Kibana Plugin ||
| |<--' | '-->|| ||
| metrics / annotations analytics | | || logs / notifications analytics ||
'...................................' | +==================================+
v
................................
| Infrastructure Alerting Plugin |
| |
| alerting / escalation |
'................................'
.. _plugin_requirements: .. _plugin_requirements: