No description
Find a file
2019-03-18 11:05:20 -05:00
.ci Refactor ES-related environment variables (#33036) (#33169) 2019-03-13 13:18:51 -07:00
.github
bin
common/graphql
config
data
docs [DOCS]Adds info on index naming conventions (#33321) 2019-03-18 09:40:40 -04:00
licenses
packages moving interpreter package to plugin (#32997) (#33284) 2019-03-15 09:55:53 +01:00
plugins
scripts [7.x] [ts] add script to verify that all ts is in a project (#32727) (#32826) 2019-03-08 16:13:55 -08:00
src New platform cleanup (#33244) (#33405) 2019-03-18 17:53:11 +02:00
style_guides
tasks Refactor ES-related environment variables (#33036) (#33169) 2019-03-13 13:18:51 -07:00
test [Vis: Default editor] EUIficate string control (#32881) (#33386) 2019-03-18 12:47:42 +03:00
typings Convert mappings to TypeScript (#32842) (#33138) 2019-03-13 12:24:26 -04:00
utilities
webpackShims
x-pack [logstash/pipeline-workers] show 0 when 0 (#33253) 2019-03-18 11:05:20 -05:00
.backportrc.json
.browserslistrc
.editorconfig
.eslintignore [7.x] Add http/1 response streaming to Canvas batches (#32027) (#32309) 2019-03-04 10:24:20 -05:00
.eslintrc.js Enable prettier for saved objects (#33194) (#33208) 2019-03-13 19:37:47 -04:00
.gitignore
.i18nrc.json [Maps] Localization (#30881) (#32601) 2019-03-06 20:06:06 -05:00
.node-version
.nvmrc
.prettierrc
.sass-lint.yml
.yarnrc
CONTRIBUTING.md [docs] Corrects breaking change issue label (#33252) 2019-03-14 09:19:52 -07:00
FAQ.md
Gruntfile.js
kibana.d.ts Add some types for interpter plugin registration (#31600) (#32562) 2019-03-06 12:40:22 -05:00
LICENSE.txt
NOTICE.txt
package.json Test: TypeScript type specification strength tests (#32905) (#33360) 2019-03-18 08:30:11 +01:00
preinstall_check.js
README.md
STYLEGUIDE.md
tsconfig.browser.json
tsconfig.json
tsconfig.types.json
tslint.yaml
TYPESCRIPT.md
yarn.lock Test: TypeScript type specification strength tests (#32905) (#33360) 2019-03-18 08:30:11 +01:00

Kibana

Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.

Getting Started

If you just want to try Kibana out, check out the Elastic Stack Getting Started Page to give it a whirl.

If you're interested in diving a bit deeper and getting a taste of Kibana's capabilities, head over to the Kibana Getting Started Page.

Using a Kibana Release

If you want to use a Kibana release in production, give it a test run, or just play around:

Building and Running Kibana, and/or Contributing Code

You might want to build Kibana locally to contribute some code, test out the latest features, or try out an open PR:

Documentation

Visit Elastic.co for the full Kibana documentation.

For information about building the documentation, see the README in elastic/docs.

Version Compatibility with Elasticsearch

Ideally, you should be running Elasticsearch and Kibana with matching version numbers. If your Elasticsearch has an older version number or a newer major number than Kibana, then Kibana will fail to run. If Elasticsearch has a newer minor or patch number than Kibana, then the Kibana Server will log a warning.

Note: The version numbers below are only examples, meant to illustrate the relationships between different types of version numbers.

Situation Example Kibana version Example ES version Outcome
Versions are the same. 5.1.2 5.1.2 💚 OK
ES patch number is newer. 5.1.2 5.1.5 ⚠️ Logged warning
ES minor number is newer. 5.1.2 5.5.0 ⚠️ Logged warning
ES major number is newer. 5.1.2 6.0.0 🚫 Fatal error
ES patch number is older. 5.1.2 5.1.0 ⚠️ Logged warning
ES minor number is older. 5.1.2 5.0.0 🚫 Fatal error
ES major number is older. 5.1.2 4.0.0 🚫 Fatal error

Questions? Problems? Suggestions?

  • If you've found a bug or want to request a feature, please create a GitHub Issue. Please check to make sure someone else hasn't already created an issue for the same topic.
  • Need help using Kibana? Ask away on our Kibana Discuss Forum and a fellow community member or Elastic engineer will be glad to help you out.