Go to file
Nathan L Smith c9bd1a335b
Add tsconfig for url_forwarding (#81177) (#81854)
Also add missing pieces to kibana_react, as a follow-up to #80992.

References #80508
References #81003
2020-10-27 18:21:45 -05:00
.ci [7.x] [baseline capture] switch to large workers (#78109) (#78110) 2020-09-23 22:39:29 -07:00
.github [7.x] Fix security solution template label (#80754) (#81222) 2020-10-20 12:03:47 -06:00
common/graphql
config Remove unused elasticsearch.preserverHost setting (#78608) (#78921) 2020-10-01 13:27:04 +02:00
data
docs Index Patterns API - Remove legacy es client usage for field caps (#80116) (#81784) 2020-10-27 11:41:40 -05:00
examples feat: 🎸 add separator for different context menu groups (#80498) (#80806) 2020-10-16 16:00:53 +02:00
licenses
packages [Security Solution] reduce optimizer limits (#80997) (#81809) 2020-10-27 17:14:25 -04:00
plugins [7.x] [dev/cli] ensure plugins/ and all watch source dirs exist (#78973) (#78998) 2020-09-30 11:53:12 -07:00
rfcs [7.x] RFC: encryption key rotation support for the encryptedSavedObjects plugin (#74628) 2020-08-10 09:18:34 +02:00
scripts Add script to identify plugin dependencies for TS project references migration (#80463) (#80811) 2020-10-16 13:34:03 +02:00
src Add tsconfig for url_forwarding (#81177) (#81854) 2020-10-27 18:21:45 -05:00
tasks [KP] Fix Headers timeout issue (#81140) (#81452) 2020-10-22 15:26:51 +02:00
test [7.x] move apps lower in tree, add metricbeat dashboard screenshot test (#79001) (#81851) 2020-10-27 17:47:21 -05:00
typings [7.x] [ts] enable "resolveJsonModule" and disable existing failures (#78855) (#79043) 2020-09-30 17:19:54 -07:00
utilities
vars [7.x] [kbn/optimizer] report limits with ci metrics (#78205) (#79950) 2020-10-07 18:09:38 -07:00
x-pack Add tsconfig for url_forwarding (#81177) (#81854) 2020-10-27 18:21:45 -05:00
.backportrc.json chore(NA): add missing branches into backportrc configuration file (#79848) (#80027) 2020-10-08 19:15:23 +01:00
.browserslistrc Aligns BrowserList config with Support Matrix (#71876) (#72122) 2020-07-16 13:01:10 -07:00
.editorconfig
.eslintignore [7.x] Timelion y-axis label not displayed (#80007) (#80521) 2020-10-16 14:12:29 +03:00
.eslintrc.js [7.x] Timelion y-axis label not displayed (#80007) (#80521) 2020-10-16 14:12:29 +03:00
.fossa.yml
.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 [7.x] Timelion y-axis label not displayed (#80007) (#80521) 2020-10-16 14:12:29 +03: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 [7.x] [Usage collection] Make schema mandatory (#79999) (#81595) 2020-10-26 22:34:13 +02: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
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 [7.x] [kbn/std] update rxjs helpers to use simple operators (#80416) (#80525) 2020-10-14 09:01:20 -07:00
package.json [7.x] Update dependency @elastic/charts to v24 (#80982) (#81508) 2020-10-26 16:13:41 +01: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 [7.x] [ts] enable "resolveJsonModule" and disable existing failures (#78855) (#79043) 2020-09-30 17:19:54 -07: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 Add tsconfig for url_forwarding (#81177) (#81854) 2020-10-27 18:21:45 -05:00
tsconfig.refs.json Add tsconfig for url_forwarding (#81177) (#81854) 2020-10-27 18:21:45 -05:00
tsconfig.types.json [7.x] ui_actions service initial docs (#78902) (#80211) 2020-10-13 07:18:05 +02:00
TYPESCRIPT.md [7.x] Fixed grammar (#74725) (#74745) 2020-08-11 13:21:03 -04:00
yarn.lock [7.x] Update dependency @elastic/charts to v24 (#80982) (#81508) 2020-10-26 16:13:41 +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.