Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 680 Bytes

File metadata and controls

14 lines (10 loc) · 680 Bytes

Kibana 3 for Elasticsearch Version 5.x

Notes

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.

Running the project locally

  • 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