Skip to content
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

v1.4.0.0

07 Feb 22:43
bc3c153
Compare
Choose a tag to compare

Version 1.4.0.0

New Features

  • Adds support for Kibana 7.4.2 - PR #73

v1.3.0.1

17 Dec 18:31
af344ba
Compare
Choose a tag to compare

Version 1.3.0.1

Bug fixes

  • Fixes broken artifact build - #69

v1.3.0.0

21 Nov 18:36
a71537e
Compare
Choose a tag to compare

Version 1.3.0.0

Feature

This is the first official release of Open Distro Index Management Kibana plugin.

  1. Adds support for Kibana 7.3.2 - [PR #63]

V1.1.0.0

03 Sep 22:12
6a7eae4
Compare
Choose a tag to compare

Version 1.1.0.0

Feature

  1. Adds support for Kibana 7.1.1 - [PR #49]

V1.0.0.0

03 Sep 22:12
Compare
Choose a tag to compare

Version 1.0.0.0

First release of Index Management Kibana v1.0.0.0 for Open Distro for Elasticsearch.

Feature

  1. Integrate change policy in Kibana
  2. Integrate remove policy in Kibana
  3. Better error handling.

Index Management Kibana v1.0.0.0-alpha.1

30 Jul 18:03
Compare
Choose a tag to compare

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

  1. Create policy using a JSON code editor
  2. View table of policies with delete, edit, and create new policy actions
  3. View table of managed indices where you can see the current status of each managed index along with retrying failed managed indices
  4. View table of indices (cluster wide) where you can see index related information along with adding a policy to an existing index

Known Issues

  1. Not all API calls have complete error handling
  2. Add Policy is using _settings API instead of backend API so there might be unexpected behavior
  3. Remove Policy and Change Policy buttons on Managed Indices table are not implemented yet
  4. Policies [number of affected indices] column will be empty

What's next

  1. Graceful/complete error handling around API calls
  2. Single view page of Managed Index to get a deeper look at each index
  3. Audit logs view of actions taken on each managed index
  4. 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

  1. Download the opendistro_index_management_kibana-1.0.0.0-alpha-rc1.zip file of the alpha release from Asserts.
  2. Run the following command from the Kibana OSS 7.0.1 directory to install the Index Management Kibana plugin
  3. ./bin/kibana-plugin install file://<path to plugin.zip>
  4. ./bin/kibana --optimize

Step 4: Start Kibana

./bin/kibana