The Open Distro for Elasticsearch Index Management Kibana plugin lets you manage your Open Distro for Elasticsearch Index Management plugin to view, monitor, and manage your indices directly from Kibana.
Please see our documentation.
-
Download Elasticsearch for the version that matches the Kibana version specified in package.json.
-
Download and install the appropriate Open Distro for Elasticsearch Index Management plugin.
-
Download the Kibana source code for the version specified in package.json you want to set up.
See the Kibana contributing guide for more instructions on setting up your development environment.
-
Change your node version to the version specified in
.node-version
inside the Kibana root directory. -
cd into the
plugins
directory of the Kibana source code directory. -
Check out this package from version control into the
plugins
directory. -
Run
yarn kbn bootstrap
insidekibana/plugins/index-management-kibana-plugin
.
Ultimately, your directory structure should look like this:
.
βββ kibana
β βββ plugins
β βββ index-management-kibana-plugin
To build the plugin's distributable zip simply run yarn build
.
Example output: ./build/opendistro_index_management_kibana-1.3.0.0.zip
-
yarn start
Starts Kibana and includes this plugin. Kibana will be available on
localhost:5601
. -
yarn test:jest
Runs the plugin tests.
- Refer to CONTRIBUTING.md.
- Since this is a Kibana plugin, it can be useful to review the Kibana contributing guide alongside the documentation around Kibana plugins and plugin development.
You can get started by:
- Reporting a bug
- Proposing new ideas to enhance the plugin
- Contribute documentation and sample code
- Read CONTRIBUTING.md for more details to get involved in the project.
Please feel free to come ask questions on the Open Distro community discussion forum.
This code is licensed under the Apache 2.0 License.
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.