This project preserves original Kibana 3 funtionality to work in Elasticsearch version 5.x and 6.x. Presently it's built and tested against Elasticsearch version 6.3. Note that this project contains some experimental panel visualizations not part of the original Kibana 3 project. Note that it was derived from and paired down from the following repo.
- Install node & npm
- node: https://nodejs.org/en/
- npm install -g grunt-cli
- npm install in kibana folder
- to run the project: grunt server
- to build the project: grunt build