No description
Find a file
Kibana Machine a4ee786ca8
[7.x] [APM] Add new ftr_e2e to kibana CI and remove current e2e tests. (#107593) (#108138)
* [APM] Add new ftr_e2e to kibana CI and remove current e2e tests. (#107593)

* fix newly introduced type error (#107593)

(cherry picked from commit 65a5cb1476)

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-08-11 08:05:08 +00:00
.buildkite [api-docs] raise memory limit again (#107065) (#107092) 2021-07-28 19:03:57 -04:00
.ci [api-docs] raise memory limit again (#107065) (#107092) 2021-07-28 19:03:57 -04:00
api_docs [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +00:00
config Support authenticating to Elasticsearch via service account tokens (#102121) (#105286) 2021-07-12 16:34:44 -04:00
dev_docs Sharing saved objects developer guide (#107099) (#108132) 2021-08-10 22:59:45 -04:00
docs Sharing saved objects developer guide (#107099) (#108132) 2021-08-10 22:59:45 -04:00
examples [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +00:00
licenses
packages chore(NA): moving @kbn/storybook to babel transpiler (#107547) (#108095) 2021-08-10 17:52:03 -04:00
plugins
rfcs
scripts chore(NA): moving @kbn/dev-utils to babel transpiler (#107245) (#107331) 2021-07-30 18:24:02 -04:00
src Sharing saved objects developer guide (#107099) (#108132) 2021-08-10 22:59:45 -04:00
tasks/config Revert "[i18n] [7.x] Integrate 7.14.0 Translations (#106359)" 2021-07-22 13:47:56 -07:00
test [7.x] [APM] Add new ftr_e2e to kibana CI and remove current e2e tests. (#107593) (#108138) 2021-08-11 08:05:08 +00:00
typings [Fleet] Replace usages of EuiCodeEditor by CodeEditor (#107434) (#107778) 2021-08-05 14:56:50 -04:00
utilities
vars [7.x] [APM] Add new ftr_e2e to kibana CI and remove current e2e tests. (#107593) (#108138) 2021-08-11 08:05:08 +00:00
x-pack [7.x] [APM] Add new ftr_e2e to kibana CI and remove current e2e tests. (#107593) (#108138) 2021-08-11 08:05:08 +00:00
.backportrc.json chore(NA): adds 7.14 branch and bumps 7.x on backportrc (#103914) (#103956) 2021-06-30 13:51:22 -04:00
.bazelignore
.bazeliskversion
.bazelrc
.bazelrc.common chore(NA): enable exports_directories_only on rules nodejs to improve performance (#104180) (#104234) 2021-07-01 21:26:22 -04:00
.bazelversion
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js Allow optional OSS to X-Pack dependencies (#107432) (#107794) 2021-08-05 16:20:05 -04:00
.fossa.yml
.gitattributes
.gitignore chore(NA): moving @elastic/datemath to babel transpiler (#106860) (#106921) 2021-07-27 19:05:42 -04:00
.i18nrc.json [7.x] [index patterns] index pattern create modal (#101853) (#107823) 2021-08-09 12:02:25 -04:00
.node-version Upgrade from Node.js v14.17.2 to v14.17.3 (#104417) (#104844) 2021-07-08 13:33:46 +00:00
.npmrc
.nvmrc Upgrade from Node.js v14.17.2 to v14.17.3 (#104417) (#104844) 2021-07-08 13:33:46 +00:00
.prettierignore
.prettierrc
.stylelintignore
.stylelintrc
.telemetryrc.json
.yarnrc
api-documenter.json
BUILD.bazel
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile chore(NA): remove KBN_ES_SNAPSHOT_USE_UNVERIFIED var from Jenkinsfile 2021-07-14 19:48:47 +01:00
jest.config.integration.js chore(NA): introduce preset for jest-integration tests on @kbn/test (#105144) (#105667) 2021-07-14 22:05:07 +00:00
jest.config.js
kibana.d.ts
LICENSE.txt
NOTICE.txt [Detections] Adds automatic updating for Prebuilt Security Detection Rules package (#101846) (#103366) 2021-06-28 17:13:25 +00:00
package.json [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +00:00
preinstall_check.js
README.md STYLEGUIDE reference .md => .mdx (#107440) (#107456) 2021-08-02 15:17:17 -04:00
renovate.json5
STYLEGUIDE.mdx
tsconfig.base.json Enable CSS-in-JS styling with emotion (#98157) (#105223) 2021-07-12 12:23:24 -04:00
tsconfig.browser.json
tsconfig.json [7.x] [index patterns] index pattern create modal (#101853) (#107823) 2021-08-09 12:02:25 -04:00
tsconfig.refs.json [7.x] [index patterns] index pattern create modal (#101853) (#107823) 2021-08-09 12:02:25 -04:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel chore(NA): upgrades bazel rules nodejs into v3.7.0 (#105764) (#105855) 2021-07-15 19:51:17 -04:00
yarn.lock [Data cleanup] unify serializable state (#107745) (#108020) 2021-08-10 13:33:44 +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.