Skip to content

Commit a7a6130

Browse files
[DOCS][ResponseOps][Alerting][9.1]: Add breaking change to CCS-based reporting to 9.1 Kibana release notes (#245183)
## Summary Contributes to http://github.com/elastic/docs-content-internal/issues/514 by documenting the breaking change to CCS-based reporting in the 9.1 Kibana release notes. Also took this opportunity to remove the `%` char from some breaking change descriptions (it was commenting out lines). ### Corresponding fixes - 8.19 reporting docs and Kibana release notes: #245182 - 9.1 reporting docs: elastic/docs-content#4211 ## Previews - [9.1](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/245183/release-notes/breaking-changes#kibana-9.1.0-breaking-changes) - see the second item in the section
1 parent 3273a4c commit a7a6130

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

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)