Go to file
2021-01-25 14:52:12 -06:00
.ci [functional_cors] use pre-defined unique port in CI (#88919) 2021-01-21 08:34:03 -07:00
.github corrected terminology in PR template (#89095) 2021-01-25 15:56:29 +00:00
.teamcity [CI] [TeamCity] Build master and 7.x hourly, others daily/on merge (#89184) 2021-01-25 13:57:56 -05:00
common/graphql
config
dev_docs Add a high level overview of the Kibana platform and plugin development. (#87560) 2021-01-22 09:02:42 -05:00
docs [DOCS] Fixes the version file (#89220) 2021-01-25 14:52:12 -06:00
examples [examples] expressions explorer (#88344) 2021-01-22 19:52:47 +01:00
licenses Updating the License (#88343) 2021-01-19 17:52:56 -08:00
packages [ftr/verbose_instance] check for .finally() before using it (#88998) 2021-01-21 14:51:29 -07:00
plugins
rfcs
scripts Updating the License (#88343) 2021-01-19 17:52:56 -08:00
src Move EUI styled components integration to kibana_react (#86065) 2021-01-25 13:48:35 -06:00
tasks/config Updating the License (#88343) 2021-01-19 17:52:56 -08:00
test Small multiples in vis_type_xy plugin (#86880) 2021-01-25 15:47:03 +03:00
typings Updating the License (#88343) 2021-01-19 17:52:56 -08:00
utilities Updating the License (#88343) 2021-01-19 17:52:56 -08:00
vars [functional_cors] use pre-defined unique port in CI (#88919) 2021-01-21 08:34:03 -07:00
x-pack [App Search] Add AnalyticsCards & AnalyticsChart components to analytics pages (#88930) 2021-01-25 12:24:04 -08:00
.backportrc.json
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json
.node-version
.npmrc
.nvmrc
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc
api-documenter.json
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
Jenkinsfile
jest.config.integration.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
jest.config.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
jest.config.oss.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
kibana.d.ts Updating the License (#88343) 2021-01-19 17:52:56 -08:00
LICENSE.txt Updating the License (#88343) 2021-01-19 17:52:56 -08:00
NOTICE.txt
package.json Update user management page (#87133) 2021-01-25 13:51:57 +00:00
preinstall_check.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
README.md
renovate.json5
SECURITY.md
STYLEGUIDE.md
tsconfig.base.json
tsconfig.browser.json
tsconfig.json
tsconfig.refs.json
tsconfig.types.json
TYPESCRIPT.md
yarn.lock Update user management page (#87133) 2021-01-25 13:51:57 +00: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.