Go to file
igoristic ca3f4de7d7
[Monitoring] No longer overwriting time to the 1h default (#88102)
* No longer overwriting time to the 1h default

* Added auto refresh
2021-01-25 21:01:50 -05:00
.ci [CI] [TeamCity] Bump security_solution agent size to match other ciGroups, and build missing default plugin (#89241) 2021-01-25 17:30:40 -05:00
.github corrected terminology in PR template (#89095) 2021-01-25 15:56:29 +00:00
.teamcity [CI] [TeamCity] Bump security_solution agent size to match other ciGroups, and build missing default plugin (#89241) 2021-01-25 17:30:40 -05:00
common/graphql
config
dev_docs fix bad link (#89222) 2021-01-25 15:06:09 -08:00
docs [DOCS] Fixes the version file (#89220) 2021-01-25 14:52:12 -06:00
examples [examples] expressions explorer (#88344) 2021-01-22 19:52:47 +01:00
licenses Updating the License (#88343) 2021-01-19 17:52:56 -08:00
packages [browserslist] remove unnecessary browsers (#89186) 2021-01-25 16:30:18 -07:00
plugins
rfcs [Search Sessions] Replace search session constants with kibana.yml configs (#88023) 2021-01-15 01:14:02 +02:00
scripts Updating the License (#88343) 2021-01-19 17:52:56 -08:00
src Make toolbar_button a shared component (#88386) 2021-01-25 14:14:47 -08:00
tasks/config Updating the License (#88343) 2021-01-19 17:52:56 -08:00
test Small multiples in vis_type_xy plugin (#86880) 2021-01-25 15:47:03 +03:00
typings Updating the License (#88343) 2021-01-19 17:52:56 -08:00
utilities Updating the License (#88343) 2021-01-19 17:52:56 -08:00
vars [functional_cors] use pre-defined unique port in CI (#88919) 2021-01-21 08:34:03 -07:00
x-pack [Monitoring] No longer overwriting time to the 1h default (#88102) 2021-01-25 21:01:50 -05:00
.backportrc.json
.browserslistrc [browserslist] remove unnecessary browsers (#89186) 2021-01-25 16:30:18 -07:00
.editorconfig
.eslintignore
.eslintrc.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json
.node-version
.npmrc chore(NA): assure puppeteer_skip_chromium_download is applied across every yarn install situation (#88346) 2021-01-14 18:00:23 +00:00
.nvmrc
.prettierignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.prettierrc
.stylelintignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.stylelintrc [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.telemetryrc.json
.yarnrc
api-documenter.json
CONTRIBUTING.md
FAQ.md
github_checks_reporter.json
Gruntfile.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
Jenkinsfile
jest.config.integration.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
jest.config.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
jest.config.oss.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
kibana.d.ts Updating the License (#88343) 2021-01-19 17:52:56 -08:00
LICENSE.txt Updating the License (#88343) 2021-01-19 17:52:56 -08:00
NOTICE.txt
package.json Upgrade EUI to v31.3.0 (#88881) 2021-01-25 14:39:20 -07:00
preinstall_check.js Updating the License (#88343) 2021-01-19 17:52:56 -08:00
README.md
renovate.json5
SECURITY.md
STYLEGUIDE.md
tsconfig.base.json
tsconfig.browser.json
tsconfig.json [DX] SavedObjectsManagement to TS project (#88240) 2021-01-13 22:23:06 +01:00
tsconfig.refs.json [DX] SavedObjectsManagement to TS project (#88240) 2021-01-13 22:23:06 +01:00
tsconfig.types.json
TYPESCRIPT.md
yarn.lock [browserslist] remove unnecessary browsers (#89186) 2021-01-25 16:30:18 -07: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.