Your window into the Elastic Stack
Find a file
Patrick Mueller d3b22837ba
[7.17] [ResponseOps][task manager] log event loop delay for tasks when over configured limit (#126300) (#128402)
resolves https://github.com/elastic/kibana/issues/124366

Adds new task manager configuration keys.

- `xpack.task_manager.event_loop_delay.monitor` - whether to monitor
  event loop delay or not; added in case this specific monitoring
  causes other issues and we'd want to disable it.  We don't know
  of any cases where we'd need this today

- `xpack.task_manager.event_loop_delay.warn_threshold` - the number
  of milliseconds of event loop delay before logging a warning

This code uses the `perf_hooks.monitorEventLoopDelay()` API[1] to collect
the event loop delay while a task is running.

[1] https://nodejs.org/api/perf_hooks.html#perf_hooksmonitoreventloopdelayoptions

When a significant event loop delay is encountered, it's very likely
that other tasks running at the same time will be affected, and so
will also end up having a long event loop delay value, and warnings
will be logged on those.  Over time, though, tasks which have consistently
long event loop delays will outnumber those unfortunate peer tasks, and
be obvious from the volume in the logs.

To make it a bit easier to find these when viewing Kibana logs in Discover,
tags are added to the logged messages to make it easier to find them.  One
tag is `event-loop-blocked`, second is the task type, and the third is a string
consisting of the task type and task id.
2022-03-23 17:36:41 -04:00
.buildkite [CI] Auto commit changes in auto-generated files (#127811) (#127911) 2022-03-16 13:09:45 -07:00
.ci Upgrade Node.js from v16.13.2 to v16.14.2 (#128123) (#128151) 2022-03-21 09:41:27 -07:00
.github/ISSUE_TEMPLATE Improve APM issue template (#109561) (#109778) 2021-08-24 04:03:21 -04:00
api_docs remove unused enrollment path (#117063) (#117201) 2021-11-05 21:18:05 +00:00
config [7.x] Bump node to 16.11.1 (#115298) 2021-10-16 16:22:17 -05:00
dev_docs [ci] Splits Jest integration tests (#125454) (#125533) 2022-02-14 10:43:14 -07:00
docs [7.17] [ResponseOps][task manager] log event loop delay for tasks when over configured limit (#126300) (#128402) 2022-03-23 17:36:41 -04:00
examples [7.17] [Dashboard][Embeddable] Create Explicit Diffing System (#121241) (#124293) 2022-02-02 12:35:57 -07:00
licenses [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
packages Bump minimist from v1.2.5 to v1.2.6 (#128348) (#128374) 2022-03-23 08:16:25 -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 Updates Github link references from master to main (#116789) (#116792) 2021-10-29 10:08:30 -07:00
scripts Updates to Jest configuration (#125727) (#125754) 2022-02-16 00:19:27 -07:00
src [7.17] [ResponseOps][task manager] log event loop delay for tasks when over configured limit (#126300) (#128402) 2022-03-23 17:36:41 -04:00
test fix merge conflict (#128100) 2022-03-18 15:09:07 -07:00
typings [storybook] upgrade to 6.3.x (#119498) (#120048) 2021-11-30 18:59:01 -07:00
vars adds lists plugin to security solution cypress tests execution (#116442) (#116494) 2021-10-27 23:42:10 +01:00
x-pack [7.17] [ResponseOps][task manager] log event loop delay for tasks when over configured limit (#126300) (#128402) 2022-03-23 17:36:41 -04:00
.backportrc.json chore(NA): adds backport config for 8.1.0 bump (#116431) (#116499) 2021-10-27 16:35:43 -04:00
.bazelignore chore(NA): stop grouping bazel out symlink folders (#96066) (#96085) 2021-04-01 17:34:54 -04:00
.bazeliskversion Development and build support for ARM based Apple devices (#114879) (#115663) 2021-10-19 20:34:47 -04:00
.bazelrc [bazel] Remove Bazel cache for now (#116351) (#116355) 2021-10-26 12:08:02 -07:00
.bazelrc.common [bazel] Setup remote cache settings on bootstrap (#121445) (#123303) 2022-01-18 15:17:11 -07:00
.bazelversion Development and build support for ARM based Apple devices (#114879) (#115663) 2021-10-19 20:34:47 -04:00
.browserslistrc [7.x] [browserslist] remove unnecessary browsers (#89186) (#89250) 2021-01-25 18:22:34 -07:00
.editorconfig .editorconfig MDX files should follow the same rules as MD (#96942) (#97079) 2021-04-14 05:34:57 -04:00
.eslintignore [ci/flaky] support triggering with config via the env (#122041) (#122052) 2021-12-27 16:19:21 -07:00
.eslintrc.js [7.16] [ci] Run Jest tests in parallel (#117188) (#118244) 2021-11-18 18:45:18 -07:00
.fossa.yml Adds FOSSA CLI configuration file (#70137) (#70614) 2020-07-02 14:53:42 -07:00
.gitattributes [7.x] [canvas] Color fixes + Storybook 5 (#34075) (#34369) 2019-04-02 16:35:28 -05:00
.gitignore [bazel] Setup remote cache settings on bootstrap (#121445) (#123303) 2022-01-18 15:17:11 -07:00
.i18nrc.json [MetricVis] Move the expression function and renderer to a separate plugin. (#113427) (#114384) 2021-10-08 04:28:29 -04:00
.node-version Upgrade Node.js from v16.13.2 to v16.14.2 (#128123) (#128151) 2022-03-21 09:41:27 -07:00
.npmrc chore(NA): assure puppeteer_skip_chromium_download is applied across every yarn install situation (#88346) (#88379) 2021-01-14 20:32:48 +00:00
.nvmrc Upgrade Node.js from v16.13.2 to v16.14.2 (#128123) (#128151) 2022-03-21 09:41:27 -07:00
.prettierignore [7.x] [dev] Replace sass-lint with stylelint (#86177) (#88498) 2021-01-15 14:36:34 -06:00
.prettierrc Increase prettier line width to 100 (#20535) 2018-07-09 22:50:37 +02:00
.stylelintignore chore(NA): stop grouping bazel out symlink folders (#96066) (#96085) 2021-04-01 17:34:54 -04:00
.stylelintrc Amsterdam helpers (#93701) (#94323) 2021-03-10 13:36:11 -05:00
.telemetryrc.json [Usage collection] Collect non-default kibana configs (#97368) (#97653) 2021-04-20 13:04:54 -04:00
.yarnrc chore(NA): manage npm dependencies within bazel (#92864) (#93474) 2021-03-03 15:21:20 -05:00
api-documenter.json Normalize EOL symbol in platform docs (#56021) (#56041) 2020-01-27 21:04:26 +01:00
BUILD.bazel [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
CONTRIBUTING.md Update doc slugs to improve analytic tracking, move to appropriate folders (#113630) (#113862) 2021-10-04 20:43:23 -04:00
FAQ.md propose language changes (#10709) 2017-03-05 12:10:32 -05:00
github_checks_reporter.json implementing github checks - second attempt (#35757) (#35906) 2019-05-01 19:53:02 -05:00
Jenkinsfile [CI] Disable tracked branch jobs in Jenkins, enable reporting in Buildkite (#112604) (#112684) 2021-09-21 13:57:58 -04:00
kibana.d.ts [7.x] Remove /src/legacy (#95510) (#96283) 2021-04-06 06:08:31 -04:00
LICENSE.txt [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
NOTICE.txt Update NOTICE.txt 2021-12-31 17:51:54 -08:00
package.json Bump minimist from v1.2.5 to v1.2.6 (#128348) (#128374) 2022-03-23 08:16:25 -07:00
preinstall_check.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
README.md STYLEGUIDE reference .md => .mdx (#107440) (#107456) 2021-08-02 15:17:17 -04:00
STYLEGUIDE.mdx Updates Github link references from master to main (#116789) (#116792) 2021-10-29 10:08:30 -07:00
tsconfig.base.json Adds missing DOM.Iterable (#115218) (#115419) 2021-10-18 19:52:42 +00:00
tsconfig.bazel.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04: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.browser_bazel.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
tsconfig.types.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) (#108139) 2021-08-11 05:08:54 -04:00
TYPESCRIPT.md [7.x] Fixed grammar (#74725) (#74745) 2020-08-11 13:21:03 -04:00
WORKSPACE.bazel Upgrade Node.js from v16.13.2 to v16.14.2 (#128123) (#128151) 2022-03-21 09:41:27 -07:00
yarn.lock Bump minimist from v1.2.5 to v1.2.6 (#128348) (#128374) 2022-03-23 08:16:25 -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.