No description
Find a file
Jonathan Budzenski 2d12bb328a [docs] max-old-space-size (#52310)
* [docs] max-old-space-size

* Update docs/setup/production.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/setup/production.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* _max_

* Update docs/setup/production.asciidoc

Co-Authored-By: Tyler Smalley <tylersmalley@me.com>

* max example

* move comma

* Update production.asciidoc
2019-12-11 17:37:43 -06:00
.ci Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -05:00
.github Revert commit of CODEOWNERS in non-master branch 2019-12-11 12:11:56 -08:00
bin
common/graphql
config Instrument Kibana with Elastic APM (#43548) (#52186) 2019-12-04 17:04:12 +01:00
data
docs [docs] max-old-space-size (#52310) 2019-12-11 17:37:43 -06:00
examples Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -05:00
licenses
packages Bump react-router (#52445) (#52810) 2019-12-11 23:03:15 +01:00
rfcs/text
scripts Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -05:00
src Fix ts types for AggType folder (#50049) (#52816) 2019-12-11 15:23:11 -07:00
style_guides
tasks [Visualize] Shim with local application service (#49891) (#52611) 2019-12-10 15:55:03 +03:00
test [7.x] Migrate the rest of the API endpoints to the New Platform plugin (#52789) 2019-12-11 20:54:15 +01:00
typings [State Management] Typescripify, jestify, simplify state_hashing and state_storage (#51835) (#52169) 2019-12-04 14:41:22 +01:00
utilities Clean up uses of deprecated API's in node core (#51431) (#52192) 2019-12-04 18:18:38 +01:00
vars [7.x] [ci/pipeline/reportFailures] when aborted, run with --no… (#52423) 2019-12-06 14:23:29 -07:00
webpackShims
x-pack [Maps] clean up source settings (#52644) (#52818) 2019-12-11 15:10:49 -07:00
.backportrc.json
.browserslistrc
.editorconfig
.eslintignore
.eslintrc.js [7.x] [Watcher] New Platform (NP) Migration (#50908) (#52721) 2019-12-11 16:56:51 +01:00
.gitattributes
.gitignore Instrument Kibana with Elastic APM (#43548) (#52186) 2019-12-04 17:04:12 +01:00
.i18nrc.json ui/management -> new platform (#45747) (#52545) 2019-12-09 14:14:27 -06:00
.node-version
.nvmrc
.prettierrc
.sass-lint.yml
.yarnrc
CONTRIBUTING.md Add example apm.dev.js config file to CONTRIBUTING.md (#52206) (#52292) 2019-12-05 19:06:40 +01:00
FAQ.md
github_checks_reporter.json
Gruntfile.js
Jenkinsfile Add PR comments to pipeline (#51504) (#52143) 2019-12-03 20:36:16 -05:00
kibana.d.ts
LICENSE.txt
NOTICE.txt [7.x] remove remaining idx usage (#52354) (#52580) 2019-12-09 19:09:11 -07:00
package.json Bump react-router (#52445) (#52810) 2019-12-11 23:03:15 +01:00
preinstall_check.js
README.md
renovate.json5 Add top level examples folder and command to run, --run-examples. (#52027) (#52739) 2019-12-11 10:38:49 -05:00
STYLEGUIDE.md
tsconfig.browser.json
tsconfig.json
tsconfig.types.json
TYPESCRIPT.md
yarn.lock Bump react-router (#52445) (#52810) 2019-12-11 23:03:15 +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.