Your window into the Elastic Stack
Find a file
2023-07-24 16:16:45 +01:00
.buildkite [8.9] chore(NA): use a n2-8-spot instance to build storybooks (#162200) (#162352) 2023-07-21 14:54:51 +01:00
.ci Upgrade Node.js to 16.20.1 (#160177) 2023-06-21 16:57:55 -05:00
.github [8.9] [Ops] Fix auto-approve script (#160856) (#160862) 2023-06-29 12:20:58 +02:00
api_docs [api-docs] 2023-06-22 Daily api_docs build (#160226) 2023-06-22 01:06:10 -04:00
config Revert "[Serverless] Disable Advanced settings plugin (#159819)" (#160404) 2023-06-26 13:21:21 +01:00
dev_docs [HTTP/Docs] Clarify versioning practices for internal vs public endpoints (#158828) 2023-06-02 13:40:42 +02:00
docs [8.9][OAS] Add index threshold and ES query rule params (#162287) 2023-07-20 10:58:35 -04:00
examples [8.9] Changing where CodeEditor fields get useDarkMode value (#159638) (#161707) 2023-07-11 14:14:37 -07:00
kbn_pm chore(NA): exit early with link for docs when using kbn_pm on windows (#139745) 2023-02-10 15:38:29 +00:00
legacy_rfcs
licenses
packages [8.9] chore(NA): add Blob polyfill on jest env (#162197) (#162351) 2023-07-20 11:47:22 -07:00
plugins
scripts Script to delete .kibana indices (#157491) 2023-05-16 14:28:01 +02:00
src [8.9] [TableListView] Fix regression when resetting search (#162034) (#162211) 2023-07-19 02:21:22 -07:00
test [8.9] [Files management] Fix flaky functional test (#162146) (#162305) 2023-07-20 02:43:12 -07:00
typings Refactor react-tiny-virtual-list (#159023) 2023-06-12 17:20:16 +02:00
vars [8.9] [RAM] Alert table all column fix 2 (#161054) (#161475) 2023-07-07 10:10:13 -07:00
x-pack skip flaky suite (#158612) 2023-07-24 16:16:45 +01:00
.backportrc.json chore(NA): adds 8.8 into backportrc (#155894) 2023-04-26 21:13:00 +01:00
.bazelignore
.bazeliskversion
.bazelrc
.bazelrc.common
.bazelversion
.browserslistrc
.editorconfig
.eslintignore [NOTICE.txt] Fix notices for Gainsight and FullStory (#146004) 2023-01-13 14:49:43 +01:00
.eslintrc.js [Security Solution] Clean up CODEOWNERS and other files for the Detection Engine team (#159729) 2023-06-14 10:39:50 -07:00
.gitattributes
.gitignore [8.9] [APM] Add data section to Diagnostics tool (#159884) (#160603) 2023-06-27 05:42:08 -07:00
.i18nrc.json [SharedUxChromeNavigation] Use deeplink id instead of href (#159125) 2023-06-13 10:10:10 -07:00
.node-version Upgrade Node.js to 16.20.1 (#160177) 2023-06-21 16:57:55 -05:00
.npmrc
.nvmrc Upgrade Node.js to 16.20.1 (#160177) 2023-06-21 16:57:55 -05:00
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json [Telemetry] Fix telemetry-tools TS parser for packages (#149819) 2023-01-31 04:09:09 +03:00
.yarnrc
BUILD.bazel
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FAQ.md
fleet_packages.json [8.9] Sync bundled packages with Package Storage (#160272) 2023-06-27 09:09:32 +02:00
github_checks_reporter.json
Jenkinsfile
kibana.d.ts
LICENSE.txt
nav-kibana-dev.docnav.json Adds link to May 2023 contributors newsletter. (#159140) 2023-06-06 14:21:08 -06:00
NOTICE.txt [FullStory] Update snippet (#153570) 2023-04-18 04:06:05 -07:00
package.json [8.9] chore(NA): add Blob polyfill on jest env (#162197) (#162351) 2023-07-20 11:47:22 -07:00
preinstall_check.js
README.md
renovate.json [8.9] Upgrades protobufjs 6.11.3 -> 7.2.4 (#161407) (#161862) 2023-07-13 07:17:09 -07:00
RISK_MATRIX.mdx
SECURITY.md
STYLEGUIDE.mdx
tsconfig.base.json [Discover] Implement Discover customization framework (#158603) 2023-06-14 15:09:13 -03:00
tsconfig.browser.json
tsconfig.browser_bazel.json
tsconfig.json
TYPESCRIPT.md
versions.json chore(NA): update versions after v8.8.2 bump (#159305) 2023-06-08 18:36:06 +01:00
WORKSPACE.bazel Upgrade Node.js to 16.20.1 (#160177) 2023-06-21 16:57:55 -05:00
yarn.lock [8.9] chore(NA): add Blob polyfill on jest env (#162197) (#162351) 2023-07-20 11:47:22 -07: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. 7.15.1 7.15.1 💚 OK
ES patch number is newer. 7.15.0 7.15.1 ⚠️ Logged warning
ES minor number is newer. 7.14.2 7.15.0 ⚠️ Logged warning
ES major number is newer. 7.15.1 8.0.0 🚫 Fatal error
ES patch number is older. 7.15.1 7.15.0 ⚠️ Logged warning
ES minor number is older. 7.15.1 7.14.2 🚫 Fatal error
ES major number is older. 8.0.0 7.15.1 🚫 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.