No description
Find a file
Spencer dbc09a5d42
[7.x] [kbn/optimizer] report limits with ci metrics (#78205) (#79950)
* [kbn/optimizer] report limits with ci metrics (#78205)

Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

* update bundle limits for 7.x branch

Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 18:09:38 -07:00
.ci [7.x] [baseline capture] switch to large workers (#78109) (#78110) 2020-09-23 22:39:29 -07:00
.github remove legacy security plugin (#75648) (#77783) 2020-09-17 19:51:56 +02:00
common/graphql
config Remove unused elasticsearch.preserverHost setting (#78608) (#78921) 2020-10-01 13:27:04 +02:00
data
docs [release notes] extract "dev docs" comment too (#79351) (#79944) 2020-10-07 16:52:23 -07:00
examples [7.x] bump version to 7.11.0 (#79844) 2020-10-07 19:10:10 +01:00
licenses
packages [7.x] [kbn/optimizer] report limits with ci metrics (#78205) (#79950) 2020-10-07 18:09:38 -07: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
scripts Warn users when security is not configured (#78545) (#79596) 2020-10-05 21:35:23 -04:00
src [7.x] [es/mappings] remove doc_values from text fields (#79869) (#79908) 2020-10-07 14:34:02 -07:00
tasks Warn users when security is not configured (#78545) (#79596) 2020-10-05 21:35:23 -04:00
test [7.x] [kbn/optimizer] report limits with ci metrics (#78205) (#79950) 2020-10-07 18:09:38 -07: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 [7.x] Remove APM stacktrace snapshots (#79543) (#79700) 2020-10-07 18:26:51 -05:00
.backportrc.json
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js Renames "Built-In Alerts" feature to "Stack Alerts" and "Actions" feature to "Actions and Connectors" (#79513) (#79712) 2020-10-06 19:48:22 +01:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json [7.x] [Core UI] Kibana Overview Page (#75827) (#79708) 2020-10-06 13:20:34 -07: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
.telemetryrc.json [7.x] [Usage Collection] [schema] ui_metric (#78827) (#79067) 2020-10-01 10:53:59 +01:00
.yarnrc
api-documenter.json
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile
kibana.d.ts Remove legacy plugins support (#77599) (#78252) 2020-09-23 11:44:58 +02:00
LICENSE.txt
NOTICE.txt [7.x] [kbn/optimizer] implement more efficient auto transpilation for node (#79052) (#79395) (#79408) 2020-10-04 23:30:52 -07:00
package.json [7.x] bump version to 7.11.0 (#79844) 2020-10-07 19:10:10 +01:00
preinstall_check.js
README.md
renovate.json5
STYLEGUIDE.md
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
tsconfig.json build all ts refs in single kbn:bootstrap (#79438) (#79614) 2020-10-06 10:38:48 +02:00
tsconfig.refs.json Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
tsconfig.types.json
TYPESCRIPT.md
yarn.lock [ML] Replace swim lane implementation with elastic-charts Heatmap (#79315) (#79744) 2020-10-06 22:35:32 +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.