Skip to content

OpenDataStack/kibana

 
 

Repository files navigation

Kibana 6.0.0

Kibana is your window into the Elastic Stack. Specifically, it's an open source (Apache Licensed), browser-based analytics and search dashboard for Elasticsearch.

The original README is at the main Kibana repo. This fork provides the same base product with some patches applied to:

  • Change some build configuration.
  • Drop Management link.
# Install all the dependencies.
$ npm install

# Run the Kibana server in production mode.
$ npm run start

# Run the Kibana server in dev mode.
$ npm run dev

# Run the automated tests. Currently this should fail on some management tab tests.
$ npm run test

# Build a .tar.gz package.
$ time npm run build -- --skip-os-packages --release

About

📊 Kibana analytics and search dashboard for Elasticsearch

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.3%
  • HTML 5.3%
  • CSS 3.3%
  • Other 0.1%