No description
Find a file
2021-03-10 08:58:51 -07:00
.ci [ci] separate checks done in bootstrap as individual tasks (#93329) 2021-03-03 08:45:55 -07:00
.github Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
api_docs [Security Solution] [Cases] rename case dir/plugin/context/i18n to cases (#94149) 2021-03-10 08:58:51 -07:00
config
dev_docs Add our developer principles to our dev guide. (#93688) 2021-03-09 08:44:22 -05:00
docs [Security Solution] [Cases] rename case dir/plugin/context/i18n to cases (#94149) 2021-03-10 08:58:51 -07:00
examples
licenses
packages Bump dependencies (#94175) 2021-03-09 18:56:11 -05:00
plugins
rfcs Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
scripts
src [Security Solution] [Cases] rename case dir/plugin/context/i18n to cases (#94149) 2021-03-10 08:58:51 -07:00
tasks/config [KQL] Use cache and other performance improvements (#93319) 2021-03-08 10:21:15 -07:00
test Unskipping Dashboard listing functional test (#93843) 2021-03-09 13:31:32 -08:00
typings Bump @storybook/* from 6.0.26 to 6.1.20 (#93386) 2021-03-09 08:51:37 -07:00
utilities
vars [ci] disable api-docs step (#93975) 2021-03-08 14:28:09 -05:00
x-pack [Security Solution] [Cases] rename case dir/plugin/context/i18n to cases (#94149) 2021-03-10 08:58:51 -07:00
.backportrc.json
.bazelignore
.bazeliskversion
.bazelrc chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
.bazelrc.common chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
.bazelversion
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js Migrate /bootstrap.js endpoint to core (#92784) 2021-03-10 10:35:26 +01:00
.fossa.yml
.gitattributes
.gitignore API DOCS Step 3/3 (#92929) 2021-03-02 22:02:17 -05:00
.i18nrc.json
.node-version
.npmrc
.nvmrc
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
api-documenter.json
BUILD.bazel chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile
jest.config.integration.js
jest.config.js
kibana.d.ts
LICENSE.txt
NOTICE.txt
package.json remove HAPI plugins registration from legacy (#94262) 2021-03-10 13:34:34 +01:00
preinstall_check.js
README.md
renovate.json5
SECURITY.md
STYLEGUIDE.md
tsconfig.base.json
tsconfig.browser.json
tsconfig.json
tsconfig.refs.json Removes X-Pack Code plugin (#94240) 2021-03-10 02:32:29 -05:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
yarn.lock remove HAPI plugins registration from legacy (#94262) 2021-03-10 13:34:34 +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.