flyudvik / index-management-kibana-plugin

Open Distro for Elasticsearch Index Management Kibana UI plugin

Home Page:https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Distro for Elasticsearch Index Management Kibana

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.

Documentation

Please see our documentation.

Setup

  1. Download Elasticsearch for the version that matches the Kibana version specified in package.json.

  2. Download and install the appropriate Open Distro for Elasticsearch Index Management plugin.

  3. 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.

  4. Change your node version to the version specified in .node-version inside the Kibana root directory.

  5. cd into the plugins directory of the Kibana source code directory.

  6. Check out this package from version control into the plugins directory.

  7. Run yarn kbn bootstrap inside kibana/plugins/index-management-kibana-plugin.

Ultimately, your directory structure should look like this:

.
├── kibana
│   └── plugins
│       └── index-management-kibana-plugin

Build

To build the plugin's distributable zip simply run yarn build.

Example output: ./build/opendistro_index_management_kibana-1.3.0.0.zip

Run

  • yarn start

    Starts Kibana and includes this plugin. Kibana will be available on localhost:5601.

  • yarn test:jest

    Runs the plugin tests.

Contributing to Open Distro for Elasticsearch Index Management Kibana

Get Started and Contribute!

You can get started by:

Questions

Please feel free to come ask questions on the Open Distro community discussion forum.

License

This code is licensed under the Apache 2.0 License.

Copyright

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

About

Open Distro for Elasticsearch Index Management Kibana UI plugin

https://github.com/opendistro-for-elasticsearch/index-management-kibana-plugin/

License:Apache License 2.0


Languages

Language:TypeScript 92.1%Language:JavaScript 7.7%Language:CSS 0.2%