Go to file
2021-01-25 11:27:59 -05: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] Move PR commit status publishing gate to accommodate PR bot (#88911) 2021-01-20 16:55:29 -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 Migrations v2 docs (#88820) 2021-01-25 15:36:48 +01: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 [Search Sessions] Replace search session constants with kibana.yml configs (#88023) 2021-01-15 01:14:02 +02:00
scripts Updating the License (#88343) 2021-01-19 17:52:56 -08:00
src [discover] add valye formatter on y axis and display only integer values(#88941) 2021-01-25 15:51:11 +01: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 [Search Profiler] Migrate server to new es-js client (#88725) 2021-01-25 11:27:59 -05: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 chore(NA): assure puppeteer_skip_chromium_download is applied across every yarn install situation (#88346) 2021-01-14 18:00:23 +00:00
.nvmrc
.prettierignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.prettierrc
.stylelintignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.stylelintrc [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.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 [DX] SavedObjectsManagement to TS project (#88240) 2021-01-13 22:23:06 +01:00
tsconfig.refs.json [DX] SavedObjectsManagement to TS project (#88240) 2021-01-13 22:23:06 +01:00
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.