No description
Find a file
Marco Liberati cf2a3f5808
[Lens] Add value labels to Heatmap (#106406)
*  Add label values menu

*  Enable value labels for Heatmap

* 🔥 Remove removed translations

* 🏷️ Fix type issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:29:38 +02:00
.buildkite [buildkite] FTSR / limit concurrency and total jobs (#115857) 2021-10-20 18:09:49 -04:00
.ci chore(NA): runs packer cache for 7.x rename into 7.16 (#115802) 2021-10-20 17:34:14 +01:00
.github
api_docs Fix adding prepackaged rules via fleet plugin (#114467) 2021-10-19 20:16:31 -05:00
config Bump node to 16.11.1 (#110684) 2021-10-16 16:21:58 -05:00
dev_docs
docs [Connectors][ServiceNow] Default isLegacy to true for API consumers (#115367) 2021-10-21 10:41:56 +01:00
examples [expressions] decrease bundle size (#114229) 2021-10-20 13:56:37 +02:00
legacy_rfcs
licenses
packages [APM] Add live mode to synthtrace (#115988) 2021-10-23 23:54:21 +02:00
plugins
scripts Add interactive setup CLI (#114493) 2021-10-20 22:17:45 +01:00
src [TSVB] Show the loading spinner while loading in dashboard (#114244) 2021-10-25 14:27:05 +02:00
test [Discover] Add clock icon to time field column (#114996) 2021-10-25 14:26:45 +03:00
typings
vars Disable APM e2e tests 2021-10-15 17:35:04 -04:00
x-pack [Lens] Add value labels to Heatmap (#106406) 2021-10-25 14:29:38 +02:00
.backportrc.json [backports] 7.16 should not be checked by default (#115819) 2021-10-20 09:49:06 -07:00
.bazelignore
.bazeliskversion Development and build support for ARM based Apple devices (#114879) 2021-10-19 23:01:52 +01:00
.bazelrc [ci] Disable Bazel cache on CI (#115428) 2021-10-19 22:12:31 +01:00
.bazelrc.common [ci] Disable Bazel cache on CI (#115428) 2021-10-19 22:12:31 +01:00
.bazelversion Development and build support for ARM based Apple devices (#114879) 2021-10-19 23:01:52 +01:00
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js [kibanaUtils] Don't import full semver client side (#114986) 2021-10-18 13:20:44 +02:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json
.node-version Bump node to 16.11.1 (#110684) 2021-10-16 16:21:58 -05:00
.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 Bump node to 16.11.1 (#110684) 2021-10-16 16:21:58 -05:00
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc
api-documenter.json
BUILD.bazel
CODE_OF_CONDUCT.md
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Jenkinsfile
jest.config.integration.js
jest.config.js
kibana.d.ts
LICENSE.txt
NOTICE.txt
package.json chore(NA): upgrades lmdb-store to v1.6.11 (#115971) 2021-10-22 02:14:03 +01:00
preinstall_check.js
README.md
renovate.json5 chore(NA): adds renovate configs for renaming 7.x into 7.16 (#115787) 2021-10-20 17:33:26 +01:00
RISK_MATRIX.mdx
SECURITY.md
STYLEGUIDE.mdx
tsconfig.base.json Adds missing DOM.Iterable (#115218) 2021-10-18 13:22:49 -04:00
tsconfig.bazel.json
tsconfig.browser.json
tsconfig.browser_bazel.json
tsconfig.json Add interactive setup CLI (#114493) 2021-10-20 22:17:45 +01:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel Development and build support for ARM based Apple devices (#114879) 2021-10-19 23:01:52 +01:00
yarn.lock chore(NA): upgrades lmdb-store to v1.6.11 (#115971) 2021-10-22 02:14:03 +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.