Skip to content

Commit c59e332

Browse files
committed
Merge remote-tracking branch 'upstream/9.2' into backport/9.2/pr-244989
2 parents f405b83 + 53065f4 commit c59e332

358 files changed

Lines changed: 2939 additions & 1719 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildkite/ftr_platform_stateful_configs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ enabled:
310310
- x-pack/platform/test/security_api_integration/oidc_implicit_flow.config.ts
311311
- x-pack/platform/test/security_api_integration/oidc.config.ts
312312
- x-pack/platform/test/security_api_integration/oidc.http2.config.ts
313+
- x-pack/platform/test/security_api_integration/oidc_multiple_realms.config.ts
313314
- x-pack/platform/test/security_api_integration/pki.config.ts
314315
- x-pack/platform/test/security_api_integration/saml.config.ts
315316
- x-pack/platform/test/security_api_integration/saml.http2.config.ts

.buildkite/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.buildkite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/jscodeshift": "^0.12.0",
2525
"@types/minimatch": "^3.0.5",
2626
"@types/minimist": "^1.2.5",
27-
"@types/node": "^22.17.1",
27+
"@types/node": "^22.19.1",
2828
"jest": "^30.0.3",
2929
"jscodeshift": "^17.1.2",
3030
"nock": "^12.0.2",

.buildkite/scout_ci_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins:
44
- apm
55
- console
66
- discover_enhanced
7+
- index_management
78
- maps
89
- observability
910
- observability_onboarding

.github/CODEOWNERS

Lines changed: 35 additions & 29 deletions
Large diffs are not rendered by default.

.github/paths-labeller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- 'Feature:ExpressionLanguage':
99
- 'src/platform/plugins/shared/expressions/**/*.*'
1010
- 'src/plugins/bfetch/**/*.*'
11-
- 'Team:obs-ux-infra_services':
11+
- 'Team:obs-presentation':
1212
- 'x-pack/solutions/observability/plugins/apm/**/*.*'
1313
- 'x-pack/solutions/observability/test/apm_api_integration/**/*.*'
1414
- 'src/platform/packages/shared/kbn-apm-synthtrace/**/*.*'

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ daysUntilStale: 180
88
daysUntilClose: false
99

1010
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11-
onlyLabels: ['Team:obs-ux-infra_services']
11+
onlyLabels: ['Team:obs-presentation']
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels: ['technical debt', 'prevent stale']

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.21.1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
22.21.1

docs/release-notes/breaking-changes.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,30 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
3939
## 9.2.0 [kibana-9.2.0-breaking-changes]
4040
$$$kibana-230067$$$
4141
::::{dropdown} Improved advanced settings management APIs privilege checks
42-
% **Details**<br> Roles with explicit `read` access to advanced settings but `all` access to `SavedObjectManagement` can no longer update settings using the internal advanced settings API. This update enforces explicit privileges instead of relying on saved object security checks.
42+
**Details**<br> Roles with explicit `read` access to advanced settings but `all` access to `SavedObjectManagement` can no longer update settings using the internal advanced settings API. This update enforces explicit privileges instead of relying on saved object security checks.
4343
View [#230067]({{kib-pull}}230067).
4444
::::
4545

4646
## 9.1.0 [kibana-9.1.0-breaking-changes]
4747
$$$kibana-213916$$$
4848
::::{dropdown} Change to variable syntax in {{esql}} queries
4949

50-
% **Details**<br> Fields and functions variables are now described with `??` in {{esql}} queries. For value variables, you can continue to use `?`.
50+
**Details**<br> Fields and functions variables are now described with `??` in {{esql}} queries. For value variables, you can continue to use `?`.
5151

5252
View [#213916]({{kib-pull}}213916).
5353
::::
5454

55+
$$$kibana-216558$$$
56+
::::{dropdown} API keys are used for authenticating report generation requests
57+
58+
**Details**<br> In 9.1.0, report generation requests are authenticated by API keys instead of session cookies. There are several key differences between the authentication methods. API keys capture your role privileges, whereas session cookie are based on your user credentials. API keys are also longer-lived, compared to session cookies, which have a shorter lifespan.
59+
60+
61+
If you have a cross-cluster search environment and want to generate reports from remote clusters, you must have the appropriate cluster and index privileges on the remote cluster and local cluster. For example, if requests are authenticated with an API key, the API key requires certain privileges on the local cluster that contains the local index, in addition to the remote. For more information and examples, refer to [Configure roles and users for remote clusters](docs-content://deploy-manage/remote-clusters/remote-clusters-cert.md#remote-clusters-privileges-cert).
62+
63+
View [#216558]({{kib-pull}}216558).
64+
::::
65+
5566
## 9.0.0 [kibana-900-breaking-changes]
5667
$$$kibana-193792$$$
5768
:::{dropdown} Access to {{kib}}'s internal APIs is blocked

0 commit comments

Comments
 (0)