Skip to content

Commit 992bf65

Browse files
[9.1] [DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183) (#245278)
# Backport This will backport the following commits from `main` to `9.1`: - [[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183)](#245183) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nastasha Solomon","email":"79124755+nastasha-solomon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-12-04T16:49:32Z","message":"[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183)\n\n## Summary\n\nContributes to\nhttp://github.com/elastic/docs-content-internal/issues/514 by\ndocumenting the breaking change to CCS-based reporting in the 9.1 Kibana\nrelease notes.\n\nAlso took this opportunity to remove the `%` char from some breaking\nchange descriptions (it was commenting out lines).\n\n### Corresponding fixes\n- 8.19 reporting docs and Kibana release notes:\nhttps://github.com//pull/245182\n- 9.1 reporting docs: https://github.com/elastic/docs-content/pull/4211\n\n## Previews\n\n-\n[9.1](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/245183/release-notes/breaking-changes#kibana-9.1.0-breaking-changes)\n- see the second item in the section","sha":"a7a6130042f450e4ffcd560b8452bc9fdd7c43b4","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","backport:version","v9.1.0","v9.2.0","v9.3.0"],"title":"[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes","number":245183,"url":"https://github.com/elastic/kibana/pull/245183","mergeCommit":{"message":"[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183)\n\n## Summary\n\nContributes to\nhttp://github.com/elastic/docs-content-internal/issues/514 by\ndocumenting the breaking change to CCS-based reporting in the 9.1 Kibana\nrelease notes.\n\nAlso took this opportunity to remove the `%` char from some breaking\nchange descriptions (it was commenting out lines).\n\n### Corresponding fixes\n- 8.19 reporting docs and Kibana release notes:\nhttps://github.com//pull/245182\n- 9.1 reporting docs: https://github.com/elastic/docs-content/pull/4211\n\n## Previews\n\n-\n[9.1](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/245183/release-notes/breaking-changes#kibana-9.1.0-breaking-changes)\n- see the second item in the section","sha":"a7a6130042f450e4ffcd560b8452bc9fdd7c43b4"}},"sourceBranch":"main","suggestedTargetBranches":["9.1"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.2","label":"v9.2.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/245276","number":245276,"state":"OPEN"},{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/245183","number":245183,"mergeCommit":{"message":"[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183)\n\n## Summary\n\nContributes to\nhttp://github.com/elastic/docs-content-internal/issues/514 by\ndocumenting the breaking change to CCS-based reporting in the 9.1 Kibana\nrelease notes.\n\nAlso took this opportunity to remove the `%` char from some breaking\nchange descriptions (it was commenting out lines).\n\n### Corresponding fixes\n- 8.19 reporting docs and Kibana release notes:\nhttps://github.com//pull/245182\n- 9.1 reporting docs: https://github.com/elastic/docs-content/pull/4211\n\n## Previews\n\n-\n[9.1](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/245183/release-notes/breaking-changes#kibana-9.1.0-breaking-changes)\n- see the second item in the section","sha":"a7a6130042f450e4ffcd560b8452bc9fdd7c43b4"}}]}] BACKPORT-->
1 parent 2e280bc commit 992bf65

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/release-notes/breaking-changes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,22 @@ If you are migrating from a version prior to version 9.0, you must first upgrade
4141
$$$kibana-213916$$$
4242
::::{dropdown} Change to variable syntax in {{esql}} queries
4343

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

4646
View [#213916]({{kib-pull}}213916).
4747
::::
4848

49+
$$$kibana-216558$$$
50+
::::{dropdown} API keys are used for authenticating report generation requests
51+
52+
**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.
53+
54+
55+
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).
56+
57+
View [#216558]({{kib-pull}}216558).
58+
::::
59+
4960
## 9.0.0 [kibana-900-breaking-changes]
5061
$$$kibana-193792$$$
5162
:::{dropdown} Access to {{kib}}'s internal APIs is blocked

0 commit comments

Comments
 (0)