This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Releases: opendistro-for-elasticsearch/index-management-kibana-plugin
Releases · opendistro-for-elasticsearch/index-management-kibana-plugin
v1.4.0.0
v1.3.0.1
v1.3.0.0
V1.1.0.0
V1.0.0.0
Version 1.0.0.0
First release of Index Management Kibana v1.0.0.0 for Open Distro for Elasticsearch.
Feature
- Integrate change policy in Kibana
- Integrate remove policy in Kibana
- Better error handling.
Index Management Kibana v1.0.0.0-alpha.1
Alpha release candidate 1 of Index Management Kibana v1.0.0.0 for Open Distro for Elasticsearch.
Index Management Kibana v1.0.0.0-alpha.1 provides the Kibana view for the Index Management v1.0.0.0-alpha.1 Elasticsearch plugin. It is an alpha-quality release that supports Kibana functionality for the Index Management platform.
This version of Index Management Kibana plugin is built for Kibana version 7.0.1
Features
- Create policy using a JSON code editor
- View table of policies with delete, edit, and create new policy actions
- View table of managed indices where you can see the current status of each managed index along with retrying failed managed indices
- View table of indices (cluster wide) where you can see index related information along with adding a policy to an existing index
Known Issues
- Not all API calls have complete error handling
- Add Policy is using _settings API instead of backend API so there might be unexpected behavior
- Remove Policy and Change Policy buttons on Managed Indices table are not implemented yet
- Policies [number of affected indices] column will be empty
What's next
- Graceful/complete error handling around API calls
- Single view page of Managed Index to get a deeper look at each index
- Audit logs view of actions taken on each managed index
- Add Policy, Remove Policy, Change Policy, Stop ISM, Start ISM, Explain ISM API integrations.
Installation
Step 1: Follow the Installation instructions for Index Management v1.0.0.0-alpha.1
Step 2: Download and install Kibana OSS 7.0.1
Step 3: Install Index Management Kibana
- Download the
opendistro_index_management_kibana-1.0.0.0-alpha-rc1.zip
file of the alpha release from Asserts. - Run the following command from the Kibana OSS 7.0.1 directory to install the Index Management Kibana plugin
./bin/kibana-plugin install file://<path to plugin.zip>
./bin/kibana --optimize
Step 4: Start Kibana
./bin/kibana