index.asciidoc 561 B

123456789101112131415161718
  1. = Kibana
  2. // Why can't I have a preamble here?
  3. == Introduction
  4. Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for
  5. ElasticSearch. Kibana is a snap to setup and start using. Written entirely in HTML and Javascript
  6. it requires only a plain webserver, Kibana requires no fancy server side components.
  7. Kibana strives to be easy to get started with, while also being flexible and powerful, just like
  8. Elasticsearch.
  9. include::configuration/config.js.asciidoc[]
  10. include::panels.asciidoc[]
  11. // src/app/controllers/dash.js:1