Go to file
Pierre Gayvallet 873941d6e9
Remove legacy plugins support (#77599) (#78252)
* remove ALL the things.

* adapt some types and tests

* restore ensureValidConfiguration

* fix legacy service tests

* adapt uiRender mixin

* remove legacy types

* update generated doc

* restore legacy plugin schema

* update generated doc

* remove remaining code of x-pack/legacy

* adapt imports due to merge

* cleanup CODEOWNERS

* cleanup gitignore & i18nrc

* cleanup tsconfig.json

* remove unused i18n keys

* add back `"legacy/plugins/**/*",` to tsconfig until legacy space plugin is deleted

* fix create_jest_config

* remove references from eslintrc

* more eslint cleanup

* remove `x-pack/index.js`

* fix xpack gulp scripts

* fix bug with default + named imports from boom

* remove rules from eslintrc

* remove LegacyInternals

* review comments

* update generated doc

* cleanup legacy metadatas

* revert changes to eslintrc

* update generated doc
# Conflicts:
#	.github/CODEOWNERS
#	x-pack/.i18nrc.json
#	x-pack/dev-tools/jest/create_jest_config.js
#	x-pack/legacy/plugins/xpack_main/index.js
#	x-pack/legacy/server/lib/constants/index.ts
#	x-pack/legacy/server/lib/key_case_converter.js
#	x-pack/legacy/server/lib/watch_status_and_license_to_initialize.js
2020-09-23 11:44:58 +02:00
.ci [7.x] remove visual aspects of baseline job (#77815) (#77842) 2020-09-17 21:28:29 -07:00
.github remove legacy security plugin (#75648) (#77783) 2020-09-17 19:51:56 +02:00
common/graphql
config Node options from cfg file for production (#62468) (#71463) 2020-07-13 18:27:23 +01:00
data
docs [7.x] Remove [key: string]: any; from IIndexPattern (#77968) (#78234) 2020-09-22 22:21:21 -05:00
examples Context menu (#76497) (#78016) 2020-09-21 19:14:17 +02:00
licenses
packages [7.x] [ES-ARCHIVER] Fix bug when query flag is empty (#77983) (#78133) 2020-09-22 17:10:32 +03:00
rfcs [7.x] RFC: encryption key rotation support for the encryptedSavedObjects plugin (#74628) 2020-08-10 09:18:34 +02:00
scripts Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
src Remove legacy plugins support (#77599) (#78252) 2020-09-23 11:44:58 +02:00
tasks [7.x] [CI] ensure tests for @elastic/safer-lodash-set only runs once (#77146) (#77184) 2020-09-14 12:18:08 +02:00
test [Discover] Fix scripted field error handling for non OSS env (#76476) (#78082) 2020-09-22 06:30:47 +02:00
typings [7.x] Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) (#74384) 2020-08-05 21:45:29 +02:00
utilities update code style 2020-05-22 10:35:02 +02:00
vars [7.x] remove visual aspects of baseline job (#77815) (#77842) 2020-09-17 21:28:29 -07:00
x-pack Remove legacy plugins support (#77599) (#78252) 2020-09-23 11:44:58 +02:00
.backportrc.json [7.x] chore(NA): setup backport tool for 7.9 and the new 7.x (#71861) (#71898) 2020-07-15 19:40:50 +01:00
.browserslistrc Aligns BrowserList config with Support Matrix (#71876) (#72122) 2020-07-16 13:01:10 -07:00
.editorconfig
.eslintignore chore(NA): add elastic prefix to eslint-config-kibana (#76059) (#76317) 2020-09-01 16:37:26 +01:00
.eslintrc.js Remove legacy plugins support (#77599) (#78252) 2020-09-23 11:44:58 +02:00
.fossa.yml Adds FOSSA CLI configuration file (#70137) (#70614) 2020-07-02 14:53:42 -07:00
.gitattributes
.gitignore Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
.i18nrc.json Migrate status & stats APIs to KP + remove legacy status lib (#76054) (#77752) 2020-09-17 16:05:56 +02:00
.node-version Update Node.js to version 10.22.1 (#77619) (#77641) 2020-09-16 21:45:41 +02:00
.nvmrc Update Node.js to version 10.22.1 (#77619) (#77641) 2020-09-16 21:45:41 +02:00
.prettierrc
.sass-lint.yml Empty index patterns page re-design (#68819) (#74903) 2020-08-12 18:31:06 -05:00
.telemetryrc.json [Telemetry] Add Application Usage Schema (#75283) (#75970) 2020-08-27 08:37:25 +01:00
.yarnrc
api-documenter.json
CONTRIBUTING.md Improvements to our developer guide (#67764) (#71455) 2020-07-13 12:16:18 -04:00
FAQ.md
github_checks_reporter.json
Gruntfile.js update code style 2020-05-22 10:35:02 +02:00
Jenkinsfile [7.x] [CI] Add pipeline task queue framework and merge workers into one (#71268) (#74276) 2020-08-14 16:41:47 -04:00
kibana.d.ts Remove legacy plugins support (#77599) (#78252) 2020-09-23 11:44:58 +02:00
LICENSE.txt
NOTICE.txt [APM] Service maps layout enhancements (#76481) (#76594) 2020-09-03 01:45:32 -07:00
package.json [Security Solution] Adds "Creates timeline" Cypress test (#76836) (#77871) 2020-09-21 08:51:07 +02:00
preinstall_check.js
README.md [7.x] Remove legacy optimizer (#73154) (#74966) 2020-08-13 12:36:25 -07:00
renovate.json5 [ML] Fix HTML named characters encoding (#72060) (#72282) 2020-07-17 18:47:00 +02:00
STYLEGUIDE.md [7.x] Remove legacy optimizer (#73154) (#74966) 2020-08-13 12:36:25 -07:00
tsconfig.base.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
tsconfig.browser.json Introduce TS incremental builds & move src/test_utils to TS project (#76082) (#76632) 2020-09-03 23:02:05 +02:00
tsconfig.json Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
tsconfig.refs.json Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
tsconfig.types.json Deterministic output for doc types (#76890) (#76922) 2020-09-08 15:45:10 +02:00
TYPESCRIPT.md [7.x] Fixed grammar (#74725) (#74745) 2020-08-11 13:21:03 -04:00
yarn.lock Bump react-beautiful-dnd (#78028) (#78249) 2020-09-23 10:23:39 +02: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.