Your window into the Elastic Stack
Find a file
renovate[bot] 2dc5a2c199
Update dependency core-js to ^3.34.0 (main) (#173224)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [core-js](https://togithub.com/zloirock/core-js)
([source](https://togithub.com/zloirock/core-js/tree/HEAD/packages/core-js))
| [`^3.31.0` ->
`^3.34.0`](https://renovatebot.com/diffs/npm/core-js/3.31.0/3.34.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/core-js/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/core-js/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/core-js/3.31.0/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/core-js/3.31.0/3.34.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>zloirock/core-js (core-js)</summary>

###
[`v3.34.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3340---20231206)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.3...v3.34.0)

- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping):
    -   Methods:
        -   `Object.groupBy`
        -   `Map.groupBy`
- Moved to stable ES, [November 2023 TC39
meeting](https://togithub.com/tc39/proposal-array-grouping/issues/60)
- Added `es.` namespace modules, `/es/` and `/stable/` namespaces
entries
- [`Promise.withResolvers`
proposal](https://togithub.com/tc39/proposal-promise-with-resolvers):
    -   Method:
        -   `Promise.withResolvers`
- Moved to stable ES, [November 2023 TC39
meeting](https://twitter.com/robpalmer2/status/1729216597623976407)
- Added `es.` namespace module, `/es/` and `/stable/` namespaces entries
- Fixed a web incompatibility issue of [`Iterator` helpers
proposal](https://togithub.com/tc39/proposal-iterator-helpers),
[proposal-iterator-helpers/287](https://togithub.com/tc39/proposal-iterator-helpers/pull/287)
and some following changes, November 2023 TC39 meeting
- Added [`Uint8Array` to / from base64 and hex stage 2
proposal](https://togithub.com/tc39/proposal-arraybuffer-base64):
    -   Methods:
        -   `Uint8Array.fromBase64`
        -   `Uint8Array.fromHex`
        -   `Uint8Array.prototype.toBase64`
        -   `Uint8Array.prototype.toHex`
- Relaxed some specific cases of
[`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring)
validation before clarification of
[proposal-number-fromstring/24](https://togithub.com/tc39/proposal-number-fromstring/issues/24)
- Fixed `@@&#8203;toStringTag` property descriptors on DOM collections,
[#&#8203;1312](https://togithub.com/zloirock/core-js/issues/1312)
- Fixed the order of arguments validation in `Array` iteration methods,
[#&#8203;1313](https://togithub.com/zloirock/core-js/issues/1313)
-   Some minor `atob` / `btoa` improvements
-   Compat data improvements:
-
[`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers)
marked as shipped from FF121

###
[`v3.33.3`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3333---20231120)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.2...v3.33.3)

- Fixed an issue getting the global object on Duktape,
[#&#8203;1303](https://togithub.com/zloirock/core-js/issues/1303)
- Avoid sharing internal `[[DedentMap]]` from [`String.dedent`
proposal](https://togithub.com/tc39/proposal-string-dedent) between
`core-js` instances before stabilization of the proposal
-   Some internal untangling
-   Compat data improvements:
- Added [Deno 1.38](https://deno.com/blog/v1.38) compat data mapping
-
[`Array.fromAsync`](https://togithub.com/tc39/proposal-array-from-async)
marked as [supported from Deno
1.38](https://togithub.com/denoland/deno/pull/21048)
- [`Symbol.{ dispose, asyncDispose
}`](https://togithub.com/tc39/proposal-explicit-resource-management)
marked as [supported from Deno
1.38](https://togithub.com/denoland/deno/pull/20845)
    -   Added Opera Android 79 compat data mapping
    -   Added Oculus Quest Browser 30 compat data mapping
    -   Updated Electron 28 and 29 compat data mapping

###
[`v3.33.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3332---20231031)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.1...v3.33.2)

- Simplified `structuredClone` polyfill, avoided second tree pass in
cases of transferring
- Added support of
[`SuppressedError`](https://togithub.com/tc39/proposal-explicit-resource-management#the-suppressederror-error)
to `structuredClone` polyfill
- Removed unspecified unnecessary `ArrayBuffer` and `DataView`
dependencies of `structuredClone` lack of which could cause errors in
some entries in IE10-
- Fixed handling of fractional number part in
[`Number.fromString`](https://togithub.com/tc39/proposal-number-fromstring)
-   Compat data improvements:
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) marked
as [supported from Chromium
120](https://bugs.chromium.org/p/chromium/issues/detail?id=1425839)
    -   Updated Opera Android 78 compat data mapping
    -   Added Electron 29 compat data mapping

###
[`v3.33.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3331---20231020)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.33.0...v3.33.1)

- Added one more workaround of possible error with `Symbol` polyfill on
global object,
[#&#8203;1289](https://togithub.com/zloirock/core-js/issues/1289#issuecomment-1768411444)
- Directly specified `type: commonjs` in `package.json` of all packages
to avoid potential breakage in future Node versions, see [this
issue](https://togithub.com/nodejs/TSC/issues/1445)
- Prevented potential issue with lack of some dependencies after
automatic optimization polyfills of some methods in the pure version
-   Some minor internal fixes and optimizations
-   Compat data improvements:
- [`String.prototype.{ isWellFormed, toWellFormed
}`](https://togithub.com/tc39/proposal-is-usv-string) marked as
[supported from
FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1850755)
- Added React Native 0.73 Hermes compat data, mainly fixes of [some
issues](https://togithub.com/facebook/hermes/issues/770)
- Added [NodeJS 21.0 compat data
mapping](https://nodejs.org/ru/blog/release/v21.0.0)

###
[`v3.33.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3330---20231002)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.32.2...v3.33.0)

- Re-introduced [`RegExp` escaping stage 2
proposal](https://togithub.com/tc39/proposal-regex-escaping), September
2023 TC39 meeting:
- Added `RegExp.escape` method with the new set of symbols for escaping
- Some years ago, it was presented in `core-js`, but it was removed
after rejecting the old version of this proposal
- Added [`ArrayBuffer.prototype.{ transfer, transferToFixedLength
}`](https://togithub.com/tc39/proposal-arraybuffer-transfer) and support
transferring of `ArrayBuffer`s via
[`structuredClone`](https://html.spec.whatwg.org/multipage/structured-data.html#dom-structuredclone)
to engines with `MessageChannel`
- Optimized
[`Math.f16round`](https://togithub.com/tc39/proposal-float16array)
polyfill
- Fixed [some conversion
cases](https://togithub.com/petamoriken/float16/issues/1046) of
[`Math.f16round` and `DataView.prototype.{ getFloat16, setFloat16
}`](https://togithub.com/tc39/proposal-float16array)
- Fully forced polyfilling of [the TC39 `Observable`
proposal](https://togithub.com/tc39/proposal-observable) because of
incompatibility with [the new WHATWG `Observable`
proposal](https://togithub.com/WICG/observable)
- Added an extra workaround of errors with exotic environment objects in
`Symbol` polyfill,
[#&#8203;1289](https://togithub.com/zloirock/core-js/issues/1289)
-   Some minor fixes and stylistic changes
-   Compat data improvements:
- V8 unshipped [`Iterator`
helpers](https://togithub.com/tc39/proposal-iterator-helpers) because of
[some Web compatibility
issues](https://togithub.com/tc39/proposal-iterator-helpers/issues/286)
-
[`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers)
marked as [supported from V8 ~ Chrome
119](https://chromestatus.com/feature/5810984110784512)
- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping) features
marked as [supported from
FF119](https://bugzilla.mozilla.org/show_bug.cgi?id=1792650#c9)
- [`value` argument of `URLSearchParams.prototype.{ has, delete
}`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as
properly supported from V8 ~ Chrome 118
- [`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse) and
[`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size)
marked as [supported from Bun
1.0.2](https://togithub.com/oven-sh/bun/releases/tag/bun-v1.0.2)
    -   Added Deno 1.37 compat data mapping
    -   Added Electron 28 compat data mapping
    -   Added Opera Android 78 compat data mapping

###
[`v3.32.2`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3322---20230907)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.32.1...v3.32.2)

- Fixed `structuredClone` feature detection `core-js@3.32.1` bug,
[#&#8203;1288](https://togithub.com/zloirock/core-js/issues/1288)
- Added a workaround of old WebKit + `eval` bug,
[#&#8203;1287](https://togithub.com/zloirock/core-js/pull/1287)
-   Compat data improvements:
    -   Added Samsung Internet 23 compat data mapping
    -   Added Quest Browser 29 compat data mapping

###
[`v3.32.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3321---20230819)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.32.0...v3.32.1)

- Fixed some cases of IEEE754 rounding,
[#&#8203;1279](https://togithub.com/zloirock/core-js/issues/1279),
thanks [**@&#8203;petamoriken**](https://togithub.com/petamoriken)
- Prevented injection `process` polyfill to `core-js` via some bundlers
or `esm.sh`,
[#&#8203;1277](https://togithub.com/zloirock/core-js/issues/1277)
-   Some minor fixes and stylistic changes
-   Compat data improvements:
-
[`Promise.withResolvers`](https://togithub.com/tc39/proposal-promise-with-resolvers)
marked as supported [from Bun
0.7.1](https://bun.sh/blog/bun-v0.7.1#bun-ismainthread-and-promise-withresolvers)
    -   Added Opera Android 77 compat data mapping
    -   Updated Electron 27 compat data mapping

###
[`v3.32.0`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3320---20230728)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.31.1...v3.32.0)

- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping), July 2023
TC39 meeting updates:
- [Moved back to stage
3](https://togithub.com/tc39/proposal-array-grouping/issues/54)
- Added `/actual/` namespaces entries, unconditional forced replacement
changed to feature detection
- [`Promise.withResolvers`
proposal](https://togithub.com/tc39/proposal-promise-with-resolvers),
July 2023 TC39 meeting updates:
- [Moved to stage
3](https://togithub.com/tc39/proposal-promise-with-resolvers/pull/18)
- Added `/actual/` namespaces entries, unconditional forced replacement
changed to feature detection
- [`Set` methods stage 3
proposal](https://togithub.com/tc39/proposal-set-methods), July 2023
TC39 meeting updates:
- Throw on negative `Set` sizes,
[proposal-set-methods/88](https://togithub.com/tc39/proposal-set-methods/pull/88)
- Removed `IsCallable` check in `GetKeysIterator`,
[proposal-set-methods/101](https://togithub.com/tc39/proposal-set-methods/pull/101)
- [Iterator Helpers stage 3
proposal](https://togithub.com/tc39/proposal-iterator-helpers):
- Avoid creating observable `String` wrapper objects, July 2023 TC39
meeting update,
[proposal-iterator-helpers/281](https://togithub.com/tc39/proposal-iterator-helpers/pull/281)
- `Iterator` is not constructible from the active function object (works
as an abstract class)
-   Async explicit resource management:
- Moved back into [the initial
proposal](https://togithub.com/tc39/proposal-explicit-resource-management)
-> moved to stage 3,
[proposal-explicit-resource-management/154](https://togithub.com/tc39/proposal-explicit-resource-management/pull/154)
- Added `/actual/` namespace entries, unconditional forced replacement
changed to feature detection
- Ignore return value of `[@@&#8203;dispose]()` method when hint is
`async-dispose`,
[proposal-explicit-resource-management/180](https://togithub.com/tc39/proposal-explicit-resource-management/pull/180)
- Added ticks for empty resources,
[proposal-explicit-resource-management/163](https://togithub.com/tc39/proposal-explicit-resource-management/pull/163)
- Added some methods from [`Float16Array` stage 3
proposal](https://togithub.com/tc39/proposal-float16array):
- There are some reason why I don't want to add `Float16Array` right
now, however, make sense to add some methods from this proposal.
    -   Methods:
        -   `Math.f16round`
        -   `DataView.prototype.getFloat16`
        -   `DataView.prototype.setFloat16`
- Added [`DataView` get / set `Uint8Clamped` methods stage 1
proposal](https://togithub.com/tc39/proposal-dataview-get-set-uint8clamped):
    -   Methods:
        -   `DataView.prototype.getUint8Clamped`
        -   `DataView.prototype.setUint8Clamped`
- Used strict mode in some missed cases,
[#&#8203;1269](https://togithub.com/zloirock/core-js/issues/1269)
- Fixed [a Chromium 117
bug](https://bugs.chromium.org/p/v8/issues/detail?id=14222) in `value`
argument of `URLSearchParams.prototype.{ has, delete }`
- Fixed early WebKit ~ Safari 17.0 beta `Set` methods implementation by
the actual spec
- Fixed incorrect `Symbol.{ dispose, asyncDispose }` descriptors from
[NodeJS 20.4](https://togithub.com/nodejs/node/issues/48699) /
transpilers helpers / userland code
- Fixed forced polyfilling of some iterator helpers that should return
wrapped iterator in the pure version
- Fixed and exposed [`AsyncIteratorPrototype` `core-js/configurator`
option](https://togithub.com/zloirock/core-js#asynciterator-helpers),
[#&#8203;1268](https://togithub.com/zloirock/core-js/issues/1268)
-   Compat data improvements:
- Sync [`Iterator` helpers
proposal](https://togithub.com/tc39/proposal-iterator-helpers) features
marked as [supported](https://chromestatus.com/feature/5102502917177344)
from V8 ~ Chrome 117
- [`Array` grouping
proposal](https://togithub.com/tc39/proposal-array-grouping) features
marked as [supported](https://chromestatus.com/feature/5714791975878656)
from V8 ~ Chrome 117
- Mark `Symbol.{ dispose, asyncDispose }` as supported from NodeJS
20.5.0 (as mentioned above, NodeJS 20.4.0 add it, but [with incorrect
descriptors](https://togithub.com/nodejs/node/issues/48699))
    -   Added Electron 27 compat data mapping

###
[`v3.31.1`](https://togithub.com/zloirock/core-js/blob/HEAD/CHANGELOG.md#3311---20230706)

[Compare
Source](https://togithub.com/zloirock/core-js/compare/v3.31.0...v3.31.1)

- Fixed a `structuredClone` bug with cloning views of transferred
buffers,
[#&#8203;1265](https://togithub.com/zloirock/core-js/issues/1265)
-   Fixed the order of arguments validation in `DataView` methods
- Allowed cloning of
[`Float16Array`](https://togithub.com/tc39/proposal-float16array) in
`structuredClone`
-   Compat data improvements:
- [`Set` methods
proposal](https://togithub.com/tc39/proposal-set-methods) marked as
[supported from Safari
17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#JavaScript)
- New `URL` features:
[`URL.canParse`](https://url.spec.whatwg.org/#dom-url-canparse),
[`URLSearchParams.prototype.size`](https://url.spec.whatwg.org/#dom-urlsearchparams-size)
and [`value` argument of `URLSearchParams.prototype.{ has, delete
}`](https://url.spec.whatwg.org/#dom-urlsearchparams-delete) marked as
[supported from Safari
17.0](https://developer.apple.com/documentation/safari-release-notes/safari-17-release-notes#Web-API)
- `value` argument of `URLSearchParams.prototype.{ has, delete }` marked
as supported from [Deno
1.35](https://togithub.com/denoland/deno/pull/19654)
- `AggregateError` and well-formed `JSON.stringify` marked as [supported
React Native 0.72
Hermes](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#more-ecmascript-support-in-hermes)
    -   Added Deno 1.35 compat data mapping
    -   Added Quest Browser 28 compat data mapping
    -   Added missing NodeJS 12.16-12.22 compat data mapping
    -   Updated Opera Android 76 compat data mapping

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/elastic/kibana).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2023-12-18 15:26:20 -06:00
.buildkite [Index Management] Fix broken jest tests (#173029) 2023-12-18 17:21:28 +01:00
.ci [Ops] Switch to using the migrated secret paths for vault secrets (#172175) 2023-12-06 10:40:44 +01:00
.github [FTR] Move retryOnStale service to shared location (#173394) 2023-12-18 17:47:10 +00:00
api_docs [api-docs] 2023-12-18 Daily api_docs build (#173488) 2023-12-18 01:09:06 -05:00
config Allow using JWT credentials to grant API keys. (#172444) 2023-12-04 20:07:41 +01:00
dev_docs Consolidate shared ux team dev docs (#172966) 2023-12-11 15:20:23 +01:00
docs [DOCS] Add 'secrets' to Fleet settings page (#172637) 2023-12-14 11:01:26 -05:00
examples Upgrade EUI to v91.0.0 (with backports) (#170716) 2023-12-18 11:15:15 -06:00
kbn_pm chore(NA): exit early with link for docs when using kbn_pm on windows (#139745) 2023-02-10 15:38:29 +00:00
legacy_rfcs rename @elastic/* packages to @kbn/* (#138957) 2022-08-18 08:54:42 -07:00
licenses Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
packages Update dependency core-js to ^3.34.0 (main) (#173224) 2023-12-18 15:26:20 -06:00
plugins
scripts Add script to check test file code ownership (#173411) 2023-12-18 17:41:39 +01:00
src [Controls] Add numeric options list (#172106) 2023-12-18 13:52:45 -07:00
test [Controls] Add numeric options list (#172106) 2023-12-18 13:52:45 -07:00
typings Upgrade EUI to v88.3.0 (#166676) 2023-09-20 08:03:02 -05:00
vars [RAM] Alert table all column fix 2 (#161054) 2023-07-07 09:57:22 -06:00
x-pack [Investigations] - Fix search_filter tests (#173325) 2023-12-18 15:19:29 -06:00
.backportrc.json chore(NA): adds 8.13 into backportrc (#172748) 2023-12-07 05:00:59 +00:00
.bazelignore Bazel config maintenance (#135442) 2022-07-05 10:20:26 -05:00
.bazeliskversion chore(NA): upgrade bazelisk into v1.11.0 (#125070) 2022-02-09 20:43:57 +00:00
.bazelrc chore(NA): use new and more performant BuildBuddy servers (#130350) 2022-04-18 02:01:38 +01:00
.bazelrc.common Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
.bazelversion chore(NA): revert bazel upgrade for v5.2.0 (#135096) 2022-06-24 03:57:21 +01:00
.browserslistrc [browserslist] remove unnecessary browsers (#89186) 2021-01-25 16:30:18 -07:00
.editorconfig .editorconfig MDX files should follow the same rules as MD (#96942) 2021-04-13 11:40:42 -04:00
.eslintignore [NOTICE.txt] Fix notices for Gainsight and FullStory (#146004) 2023-01-13 14:49:43 +01:00
.eslintrc.js [Security Solution] [Elastic AI Assistant] Retrieval Augmented Generation (RAG) for Alerts (#172542) 2023-12-06 00:56:04 -05:00
.gitattributes
.gitignore [FTR] add service to test user roles on serverless (#170417) 2023-12-04 12:09:05 -07:00
.i18nrc.json @kbn/search-errors package (#171563) 2023-12-07 10:39:19 -07:00
.node-version Revert "Upgrade to Node.js 20 (#162696)" 2023-11-21 07:15:23 -06:00
.npmrc
.nvmrc Revert "Upgrade to Node.js 20 (#162696)" 2023-11-21 07:15:23 -06:00
.prettierignore [dev] Replace sass-lint with stylelint (#86177) 2021-01-15 11:52:29 -06:00
.prettierrc
.stylelintignore chore(NA): stop grouping bazel out symlink folders (#96066) 2021-04-01 14:16:14 -05:00
.stylelintrc Bump stylelint to ^14 (#136693) 2022-07-20 10:11:00 -05:00
.telemetryrc.json [Telemetry] Fix telemetry-tools TS parser for packages (#149819) 2023-01-31 04:09:09 +03:00
.yarnrc chore(NA): manage npm dependencies within bazel (#92864) 2021-03-03 12:37:20 -05:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
catalog-info.yaml [ci] Add sonarqube scan pipeline (#172524) 2023-12-05 11:58:14 -06:00
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md (#87439) 2021-02-23 09:01:51 +01:00
CONTRIBUTING.md Update doc slugs to improve analytic tracking, move to appropriate folders (#113630) 2021-10-04 13:36:45 -04:00
FAQ.md Fix small typos in the root md files (#134609) 2022-06-23 09:36:11 -05:00
fleet_packages.json fleet: upgrade universal profiling integrations (#172432) 2023-12-04 15:59:09 +01:00
github_checks_reporter.json
Jenkinsfile [CI] Disable tracked branch jobs in Jenkins, enable reporting in Buildkite (#112604) 2021-09-21 11:31:15 -04:00
kibana.d.ts fix all violations 2022-04-16 01:37:30 -05:00
LICENSE.txt Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
nav-kibana-dev.docnav.json Consolidate shared ux team dev docs (#172966) 2023-12-11 15:20:23 +01:00
NOTICE.txt [FullStory] Update snippet (#153570) 2023-04-18 04:06:05 -07:00
package.json Update dependency core-js to ^3.34.0 (main) (#173224) 2023-12-18 15:26:20 -06:00
preinstall_check.js Always throw error objects - never strings (#171498) 2023-11-20 09:23:16 -05:00
README.md [README] Update version Compatibility with Elasticsearch (#116040) 2022-01-10 10:31:21 -05:00
renovate.json [chore] Adjust Renovate settings for Storybook (#172032) 2023-11-27 16:14:39 -08:00
RISK_MATRIX.mdx Add "Risk Matrix" section to the PR template (#100649) 2021-06-02 14:43:47 +02:00
SECURITY.md
STYLEGUIDE.mdx [styleguide] update path to scss theme (#140742) 2022-09-15 10:41:14 -04:00
tsconfig.base.json [FTR] Move retryOnStale service to shared location (#173394) 2023-12-18 17:47:10 +00:00
tsconfig.browser.json
tsconfig.browser_bazel.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
TYPESCRIPT.md Fix small typos in the root md files (#134609) 2022-06-23 09:36:11 -05:00
versions.json chore(NA): update versions after v7.17.17 bump (#173211) 2023-12-13 21:28:58 +00:00
WORKSPACE.bazel Revert "Upgrade to Node.js 20 (#162696)" 2023-11-21 07:15:23 -06:00
yarn.lock Update dependency core-js to ^3.34.0 (main) (#173224) 2023-12-18 15:26:20 -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. 7.15.1 7.15.1 💚 OK
ES patch number is newer. 7.15.0 7.15.1 ⚠️ Logged warning
ES minor number is newer. 7.14.2 7.15.0 ⚠️ Logged warning
ES major number is newer. 7.15.1 8.0.0 🚫 Fatal error
ES patch number is older. 7.15.1 7.15.0 ⚠️ Logged warning
ES minor number is older. 7.15.1 7.14.2 🚫 Fatal error
ES major number is older. 8.0.0 7.15.1 🚫 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.