No description
Find a file
Kibana Machine 552c7a494d
chore(NA): moving @kbn/io-ts-utils to babel transpiler (#108517) (#108576)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-13 20:04:48 +00:00
.buildkite
.ci Bump Node.js from version 14.17.3 to 14.17.5. (#108324) (#108489) 2021-08-13 09:13:19 -04:00
api_docs [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +00:00
config
dev_docs [KibanaPageTemplate] Adding a noDataConfig for templated add data screens (#108293) (#108474) 2021-08-13 01:04:47 -04:00
docs docs: Add anonymous auth to central config (#108285) (#108581) 2021-08-13 15:13:30 -04:00
examples [Data][Es Query] Use ES types instead of DslQuery (#108290) (#108447) 2021-08-12 23:25:46 +00:00
licenses
packages chore(NA): moving @kbn/io-ts-utils to babel transpiler (#108517) (#108576) 2021-08-13 20:04:48 +00:00
plugins
rfcs
scripts [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
src Fix flaky security/spaces tests (#108088) (#108567) 2021-08-13 19:29:44 +00:00
tasks/config
test test user with specific roles and permissions- for create index pattern wizard test (#107984) (#108413) 2021-08-12 15:42:49 -04:00
typings [Fleet] Replace usages of EuiCodeEditor by CodeEditor (#107434) (#107778) 2021-08-05 14:56:50 -04:00
utilities
vars [perf-testing] send detailed APM data from report generation (#107592) (#108257) 2021-08-11 17:12:00 -04:00
x-pack [canvas] Fix setup server expressions cache; move to mount (#108473) (#108571) 2021-08-13 15:47:40 -04:00
.backportrc.json
.bazelignore
.bazeliskversion
.bazelrc
.bazelrc.common
.bazelversion
.browserslistrc
.editorconfig
.eslintignore [Reporting] Create reports with full state required to generate the report (#101048) (#108404) 2021-08-13 10:10:14 +02:00
.eslintrc.js Allow optional OSS to X-Pack dependencies (#107432) (#107794) 2021-08-05 16:20:05 -04:00
.fossa.yml
.gitattributes
.gitignore [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
.i18nrc.json [7.x] [index patterns] index pattern create modal (#101853) (#107823) 2021-08-09 12:02:25 -04:00
.node-version Bump Node.js from version 14.17.3 to 14.17.5. (#108324) (#108489) 2021-08-13 09:13:19 -04:00
.npmrc
.nvmrc Bump Node.js from version 14.17.3 to 14.17.5. (#108324) (#108489) 2021-08-13 09:13:19 -04:00
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc
api-documenter.json
BUILD.bazel [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
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 chore(NA): upgrades bazel rules nodejs into v3.8.0 (#108471) (#108545) 2021-08-13 12:50:43 -04:00
preinstall_check.js
README.md
renovate.json5
STYLEGUIDE.mdx
tsconfig.base.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.bazel.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.browser.json
tsconfig.browser_bazel.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.types.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
TYPESCRIPT.md
WORKSPACE.bazel chore(NA): upgrades bazel rules nodejs into v3.8.0 (#108471) (#108545) 2021-08-13 12:50:43 -04:00
yarn.lock chore(NA): upgrades bazel rules nodejs into v3.8.0 (#108471) (#108545) 2021-08-13 12:50:43 -04: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.