No description
Find a file
Oliver Gupte d7d2b15cdb
[APM] Correlations Beta (#86477) (#89952)
* [APM] Correlations GA (#86477)

* polish and improvements to correlations UI

* more improvements and polish

* added impact bar

* added descriptions

* make custom field persistence be unique per service

* make custom threshold unique per service in latency correlations

* adds telemetry for apm correlations feature. Events:
 - 'show_correlations_flyout'
 - 'customize_correlations_fields'
 - 'select_significant_term'

* adds more telemetry for correlations (#90622)

* removes the raw score column

* replaces experiemental callout with beta badge

* replaces threshold number input with percentile option selector

* improvements to latency correlations scoring and percentage reporting

* removes the 'apm:enableCorrelations' UI setting

* - rename useFieldNames.ts -> use_field_names.ts
- filter out fields that are not type 'keyword'
- feedback improvements

* Fixes casing issue for the 'correlations' dir

* [APM] Moves correlations button to service details tabslist row (#91080)

* [APM] Adds license check for correlations (#90766)

* [APM] Adds metrics tracking for correlations views and license prompts (#90622)

* Updated the API integration tests to check for new default fields and 15 buckets

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-16 20:21:47 -08:00
.ci [CI] Increase pipeline timeouts (#91587) 2021-02-16 15:23:06 -08:00
.github [Uptime] increase flaky alert retry time (#91455) 2021-02-16 18:53:33 +01:00
config
dev_docs Add saved object docs (#90860) 2021-02-11 11:27:46 -05:00
docs Unify Kibana & Elasticsearch logging config keys (#90764) 2021-02-16 20:27:25 +01:00
examples Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
licenses Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
packages Unify Kibana & Elasticsearch logging config keys (#90764) 2021-02-16 20:27:25 +01:00
plugins
rfcs RFC Improve saved object migrations algorithm (#84333) 2021-02-10 13:54:52 +01:00
scripts [ts/build_ts_refs] add support for --clean flag (#91060) 2021-02-10 22:38:06 -07:00
src [APM] Correlations Beta (#86477) (#89952) 2021-02-16 20:21:47 -08:00
tasks/config [Timelion] Communicate the index pattern to the dashboard (#90623) 2021-02-11 14:24:08 +03:00
test unskip navigation test (#91306) 2021-02-16 14:52:38 -08:00
typings Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
utilities Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
vars [coverage] fix jest merging (#90915) 2021-02-16 18:02:56 +01:00
x-pack [APM] Correlations Beta (#86477) (#89952) 2021-02-16 20:21:47 -08:00
.backportrc.json
.bazelignore
.bazeliskversion
.bazelrc chore(NA): move bazel workspace status from bash script into nodejs executable (#90560) 2021-02-08 22:24:14 +00:00
.bazelrc.common
.bazelversion
.browserslistrc
.editorconfig
.eslintignore [Timelion] Communicate the index pattern to the dashboard (#90623) 2021-02-11 14:24:08 +03:00
.eslintrc.js [Enterprise Search] Add eslint import/order rules (#90530) 2021-02-09 09:33:39 -08:00
.fossa.yml
.gitattributes
.gitignore
.i18nrc.json
.node-version
.npmrc
.nvmrc
.prettierignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.prettierrc
.stylelintignore
.stylelintrc Implement custom global header banner (#87438) 2021-02-11 10:12:24 +01:00
.telemetryrc.json
.yarnrc
api-documenter.json
BUILD.bazel chore(NA): support bazel and kbn packages in parallel on kbn pm and on distributable build scripts (#89961) 2021-02-04 04:39:35 +00:00
CONTRIBUTING.md
FAQ.md propose language changes (#10709) 2017-03-05 12:10:32 -05:00
github_checks_reporter.json
Gruntfile.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
Jenkinsfile [CI] Increase pipeline timeouts (#91587) 2021-02-16 15:23:06 -08:00
jest.config.integration.js [CI] Combines Jest unit tests (#89948) 2021-02-09 10:08:46 -08:00
jest.config.js [CI] Combines Jest unit tests (#89948) 2021-02-09 10:08:46 -08:00
kibana.d.ts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
LICENSE.txt Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
NOTICE.txt
package.json Upgrade EUI to v31.7.0 (#91210) 2021-02-16 14:06:25 -06:00
preinstall_check.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
README.md
renovate.json5 remove Operations from renovate labels 2021-02-16 13:24:06 -07:00
SECURITY.md
STYLEGUIDE.md
tsconfig.base.json TS config cleanup (#90492) 2021-02-11 12:34:25 -05:00
tsconfig.browser.json
tsconfig.json TS config cleanup (#90492) 2021-02-11 12:34:25 -05:00
tsconfig.refs.json TS project references for monitoring plugin (#91498) 2021-02-16 12:44:15 -06:00
tsconfig.types.json
TYPESCRIPT.md
WORKSPACE.bazel
yarn.lock Upgrade EUI to v31.7.0 (#91210) 2021-02-16 14:06:25 -06: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.