From 3c72335539d5331d0d878606733652452cf16471 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 12:00:16 +0100 Subject: [PATCH 01/11] simplify structure --- .../release-notes/release-notes-kibana-beta1.asciidoc | 7 ++----- .../release-notes/release-notes-kibana-rc1.asciidoc | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc index eda1194e5..5e41065b0 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc @@ -370,14 +370,11 @@ Kibana security:: //For more information about the features introduced in 9.0.0, refer to <>. -[[enhancements-and-bug-fixes-v9.0.0]] -== Enhancements and bug fixes - //For detailed information about the 9.0.0 release, review the enhancements and bug fixes. [float] [[enhancement-v9.0.0-beta1]] -=== Enhancements +== Enhancements //Dashboards & Visualizations:: Data ingestion and Fleet:: * Improves filtering and visibility of `Uninstalled` and `Orphaned` agents in Fleet, by differentiating them from `Offline` agents ({kibana-pull}205815[#205815]). @@ -397,7 +394,7 @@ Platform:: [float] [[fixes-v9.0.0-beta1]] -=== Bug fixes +== Bug fixes Dashboards & Visualizations:: * Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. //* Fixes an issue with `Amsterdam` theme where charts render with the incorrect background color ({kibana-pull}209595[#209595]). diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc index 81fee7b82..423e0a5a3 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc @@ -44,14 +44,11 @@ Legacy OpenSSL algorithms have been disabled by default. Further information on //For more information about the features introduced in 9.0.0, refer to <>. -[[enhancements-and-bug-fixes-v9.0.0-rc1]] -== Enhancements and bug fixes - //For detailed information about the 9.0.0 release, review the enhancements and bug fixes. [float] [[enhancement-v9.0.0-rc1]] -=== Enhancements +== Enhancements Elastic Observability solution:: * Split Up SLO Details from Overview. Static data that describes the SLO definition has been moved to a separate tab, making charts and valuable information about SLIs faster to access. ({kibana-pull}212826[#212826]). @@ -60,7 +57,7 @@ Elastic Observability solution:: [float] [[fixes-v9.0.0-rc1]] -=== Bug fixes +== Bug fixes Elastic Observability solution:: * Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). From 99add7a42d1f8a951eb4083ff52eaf1e47069e53 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 12:05:13 +0100 Subject: [PATCH 02/11] revert to 1 unique file without split --- .../release-notes-kibana-beta1.asciidoc | 412 ----------------- .../release-notes-kibana-rc1.asciidoc | 64 --- .../release-notes-kibana.asciidoc | 431 +++++++++++++++++- 3 files changed, 428 insertions(+), 479 deletions(-) delete mode 100644 docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc delete mode 100644 docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc deleted file mode 100644 index 5e41065b0..000000000 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-beta1.asciidoc +++ /dev/null @@ -1,412 +0,0 @@ -= {kib} version 9.0.0-beta1 - -For information about the {kib} 9.0.0 release, review the following information. - -[float] -[[highlights-9.0.0-beta1]] -== Highlights - -[[highlight-borealis]] -*New UI theme*. {Kib} 9.0 introduces a more modern and refined look and feel. This new theme brings improvements at multiple levels of the interface that will make navigating Kibana and visualizing dashboards easier than ever before. - - -[float] -[[kibana-breaking-changes-9.0.0-beta1]] -== Breaking changes - -Breaking changes can prevent your application from optimal operation and performance. -Before you upgrade to 9.0.0, review the breaking changes, then mitigate the impact to your application. - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-193792]] -.Usage restrictions on Kibana's internal APIs. -[%collapsible] -==== -*Details* + -Starting with this release, requests to internal Kibana APIs are globally restricted by default. This change is designed to provide more flexibility in making breaking changes to internal APIs while protecting external consumers from unexpected disruptions. - -Key Changes: - -* Internal API Access: External consumers no longer have access to Kibana’s internal APIs, which are now strictly reserved for internal development and subject to frequent changes. This helps ensure that external integrations only interact with stable, public APIs. -* Error Handling: When a request is made to an internal API without the proper internal identifier (header or query parameter), Kibana will respond with a 400 Bad Request error, indicating that the route exists but is not allowed under the current Kibana configuration. - -For more information, refer to ({kibana-pull}193792[#193792]). -==== - -**Alerts and cases** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-198435]] -.Removed 7.x deprecated kibana.yml settings. -[%collapsible] -==== -*Details* + -The following deprecated configuration settings were removed: - -- `xpack.actions.customHostSettings.ssl.rejectUnauthorized` -- `xpack.actions.whitelistedHosts` -- `xpack.actions.rejectUnauthorized` -- `xpack.actions.proxyRejectUnauthorizedCertificates` -- `xpack.alerts.healthCheck` -- `xpack.alerts.invalidateApiKeysTask.interval` -- `xpack.alerts.invalidateApiKeysTask.removalDelay` -- `xpack.alerting.defaultRuleTaskTimeout` - -For more information, refer to ({kibana-pull}198435[#198435]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-208208]] -.Removed deprecated Cases APIs. -[%collapsible] -==== -*Details* + -The following Cases APIs were removed: - -- Get case status -- Get user actions -- Get all comments - -For more information, refer to ({kibana-pull}208208[#208208]), ({kibana-pull}208086[#208086]), and ({kibana-pull}207926[#207926]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-203148]] -.Removed deprecated alerts routes. -[%collapsible] -==== -*Details* + -The deprecated legacy alerts routes `api/alerts/alert` were removed. For more information, refer to ({kibana-pull}203148[#203148]). -==== - -**Discover and dashboards** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-203927]] -.Disabled search sessions by default. -[%collapsible] -==== -*Details* + -Search sessions are now disabled by default. For more information, refer to ({kibana-pull}203927[#203927]). -==== - -//Already added to upgrade notes -[discrete] -[[breaking-202863]] -.Saved query privileges have been reworked. -[%collapsible] -==== -*Details* + -Saved query privileges have been reworked to rely solely on a single global `savedQueryManagement` privilege, and eliminate app-specific overrides (e.g. implicit access with `all` privilege for Discover, Dashboard, Maps, and Visualize apps). This change simplifies the security model and ensures consistency in the saved query management UI across Kibana, but results in different handling of saved query privileges for new user roles, and minor breaking changes to the existing management UX. -For more information, refer to {kibana-pull}202863[#202863]. - -*Impact* + -The `savedQueryManagement` feature privilege now globally controls access to saved query management for all new user roles. Regardless of privileges for Discover, Dashboard, Maps, or Visualize, new user roles follow this behaviour: - -* If `savedQueryManagement` is `none`, the user cannot see or access the saved query management UI or APIs. -* If `savedQueryManagement` is `read`, the user can load queries from the UI and access read APIs, but cannot save queries from the UI or make changes to queries through APIs. -* If `savedQueryManagement` is `all`, the user can both load and save queries from the UI and through APIs. - -*Action* + -Existing user roles that were previously implicitly granted access to saved queries through the dashboard, discover, visualize, or maps feature privileges will retain that access to prevent breaking changes. While no action is required for existing roles, it’s still advisable to audit relevant roles and re-save them to migrate to the latest privileges model. For new roles, ensure that the savedQueryManagement privilege is set as needed. -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-202679]] -.Removed `discover:searchFieldsFromSource` setting. -[%collapsible] -==== -*Details* + -For more information, refer to ({kibana-pull}202679[#202679]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-201254]] -.Removed the legacy table in Discover. -[%collapsible] -==== -*Details* + -It's no longer possible to use the legacy documents table in Discover. To that effect, the `doc_table:legacy` and `truncate:maxHeight` deprecated advanced settings have been removed. For more information, refer to ({kibana-pull}201254[#201254]). -==== - -//Already added to upgrade notes -[discrete] -[[breaking-202250]] -.Scripted field creation has been disabled in the Data Views management page. -[%collapsible] -==== -*Details* + -The ability to create new scripted fields has been removed from the *Data Views* management page in 9.0. Existing scripted fields can still be edited or deleted, and the creation UI can be accessed by navigating directly to `/app/management/kibana/dataViews/dataView/{dataViewId}/create-field`, but we recommend migrating to runtime fields or ES|QL queries instead to prepare for removal. -For more information, refer to {kibana-pull}202250[#202250]. - -*Impact* + -It will no longer be possible to create new scripted fields directly from the *Data Views* management page. - -*Action* + -Migrate to runtime fields or ES|QL instead of creating new scripted fields. Existing scripted fields can still be edited or deleted. -==== - - - -**Elastic Observability solution** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-202278]] -.Profiling now defaults to 19Hz sampling frequency. -[%collapsible] -==== -*Details* + -For more information, refer to ({kibana-pull}202278[#202278]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-203996]] -.Disabled log stream and settings pages. -[%collapsible] -==== -*Details* + -Logs Stream and the logs settings page in Observability are removed. Use the Discover application, which now offers a contextual experience for logs, to explore your logs. The logs stream panel in dashboards is removed, use Discover sessions instead. - -For more information, refer to ({kibana-pull}203996[#203996]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-203685]] -.Removed Logs Explorer. -[%collapsible] -==== -*Details* + -Logs Explorer has been removed. Instead, you can use Discover, that was improved to provide an optimal logs exploration experience. For more information, refer to ({kibana-pull}203685[#203685]). -==== - -**Elastic Security solution** - -For the Elastic Security 9.0.0 release information, refer to <>. - -**Data ingestion and Fleet** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-198799]] -.Removed deprecated settings API endpoints in Fleet. -[%collapsible] -==== -*Details* + - -* `GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys` -* Removed `list` property from `GET enrollment_api_keys` response in favor of `items` -* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body - -For more information, refer to ({kibana-pull}198799[#198799]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-198313]] -.Removed deprecated Fleet APIs for agents endpoints. -[%collapsible] -==== -*Details* + - -Removed API endpoints: - -* `POST /service-tokens` in favor of `POST /service_tokens` -* `GET /agent-status` in favor `GET /agent_status` -* `PUT /agents/:agentid/reassign` in favor of `POST /agents/:agentid/reassign` - -Removed deprecated parameters or responses: - -* Removed `total` from `GET /agent_status` response -* Removed `list` from `GET /agents` response - -For more information, refer to ({kibana-pull}198313[#198313]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-198434]] -.Removed deprecated `epm` Fleet APIs. -[%collapsible] -==== -*Details* + - -* Removed `GET/POST/DELETE /epm/packages/:pkgkey` APIs in favor of `GET/POST/DELETE /epm/packages/:pkgName/:pkgVersion` -* Removed `experimental` query parameter in `GET /epm/packages` and `GET /epm/categories` -* Removed `response` in response in `* /epm/packages*` and `GET /epm/categories` -* Removed `savedObject` in `/epm/packages` response in favor of `installationInfo` - -For more information, refer to ({kibana-pull}198434[#198434]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-199226]] -.Removed deprecated `topics` property for kafka output in favor of the `topic` property. -[%collapsible] -==== -*Details* + -Removed deprecated property `topics` from output APIs in response and requests (`(GET|POST|PUT) /api/fleet/outputs`) in favor of the `topic` property. For more information, refer to ({kibana-pull}199226[#199226]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-196887]] -.Limit pagination size to 100 when retrieving full policy or `withAgentCount` in Fleet. -[%collapsible] -==== -*Details* + -In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter `withAgentCount` was added to retrieve the agent count. - -For more information, refer to ({kibana-pull}196887[#196887]). -==== - -**Reporting** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-200834]] -.Now using Kibana feature privileges only to control access to reporting features. -[%collapsible] -==== -*Details* + -The default system of granting users the privilege to generate reports has changed. Rather than assigning users the `reporting_user` role, administrators should create a custom role that grants report-creation privileges using Kibana application privileges. For more information, refer to ({kibana-pull}200834[#200834]). -==== - - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-199033]] -.Removed the "Download CSV" export type functionality. -[%collapsible] -==== -*Details* + -The functionality that allowed to download a CSV export from a dashboard's saved search panel without creating a report has been removed. To export CSV data from a dashboard panel, you may use the action menu of a saved search panel in a dashboard to generate a CSV report, and download the report from a toast popup when the report has finished generating. For more information, refer to ({kibana-pull}199033[#199033]). -==== - - -**Kibana security** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-203856]] -.Removed `TLSv1.1` from the default set of supported protocols. -[%collapsible] -==== -*Details* + -For more information, refer to ({kibana-pull}203856[#203856]). -==== - -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-207325]] -.Renamed `integration-assistant` plugin to `automatic-import`. -[%collapsible] -==== -*Details* + -For more information, refer to ({kibana-pull}207325[#207325]). -==== - - - -[float] -[[deprecations-9.0.0-beta1]] -== Deprecations - -The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. -Deprecated functionality does not have an immediate impact on your application, but we strongly recommend -you make the necessary updates after you upgrade to 9.0.0. - - -[discrete] -[[deprecation-201313]] -.Removed ephemeral tasks from task manager, action, and alerting plugins. -[%collapsible] -==== -*Details* + - -Deprecates the following configuration settings: - -* `xpack.task_manager.ephemeral_tasks.enabled` -* `xpack.task_manager.ephemeral_tasks.request_capacity` -* `xpack.alerting.maxEphemeralActionsPerAlert` - -No action is required on the user's end. These settings will no longer have any effect as ephemeral tasks are now removed. - -For more information, refer to ({kibana-pull}201313[#201313]). -==== - - -[discrete] -[[deprecation-197802]] -.Removed `visualization:colorMapping` advanced setting. -[%collapsible] -==== -*Details* + -The `visualization:colorMapping` advanced setting for TSVB and Visualize charts has been removed. You can switch to Lens charts, which offer a more advanced, per-chart color mapping feature with enhanced configuration options. For more details, refer to link:https://github.com/elastic/kibana/pull/162389[#162389]. -==== - - -[float] -[[features-9.0.0]] -== Features -{kib} 9.0.0 adds the following new and notable features. - -Data ingestion and Fleet:: -* New setting allowing automatic deletion of unenrolled agents in Fleet settings ({kibana-pull}195544[#195544]). -Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. -Kibana security:: -* New interface for Automatic Import CEL generation flow ({kibana-pull}206491[#206491]). - -//For more information about the features introduced in 9.0.0, refer to <>. - -//For detailed information about the 9.0.0 release, review the enhancements and bug fixes. - -[float] -[[enhancement-v9.0.0-beta1]] -== Enhancements -//Dashboards & Visualizations:: -Data ingestion and Fleet:: -* Improves filtering and visibility of `Uninstalled` and `Orphaned` agents in Fleet, by differentiating them from `Offline` agents ({kibana-pull}205815[#205815]). -* Introduces air-gapped configuration for bundled packages ({kibana-pull}202435[#202435]). -* Updates removed parameters of the Fleet -> Logstash output configurations ({kibana-pull}210115[#210115]). -* Updates max supported package version ({kibana-pull}196675[#196675]). -//* Remove old bundled.yaml from oas, fixed tags ({kibana-pull}194788[#194788]). -Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. -Kibana security:: -* Updates `js-yaml` to `4.1.0` ({kibana-pull}190678[#190678]). -Machine Learning:: -* Removes use of `ignore_throttled` ({kibana-pull}199107[#199107]). -Platform:: -* Adds warning header to deprecated API endpoints ({kibana-pull}205926[#205926]). -* Sets HTTP2 as default if SSL is enabled and adds deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]). - -[float] -[[fixes-v9.0.0-beta1]] -== Bug fixes -Dashboards & Visualizations:: -* Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. -//* Fixes an issue with `Amsterdam` theme where charts render with the incorrect background color ({kibana-pull}209595[#209595]). -* Fixes an issue where changing the *Ignore timeout results* control setting wasn't taken into account ({kibana-pull}208611[#208611]). -* Force returns 0 on empty buckets on count if `null` flag is disabled ({kibana-pull}207308[#207308]). -* Fixes infinite loading time for some charts due to search context reload ({kibana-pull}203150[#203150]). -Data ingestion and Fleet:: -* Fixes a validation error happening on multi-text input fields ({kibana-pull}205768[#205768]). -Elastic Observability solution:: -* Fixes chat on the Alerts page ({kibana-pull}197126[#197126]). -* Fixes an error that could prevent the Observability Infrastructure Inventory view from loading after an upgrade due to missing versioning on inventory_view_saved_object ({kibana-pull}207007[#207007]). -Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. -Platform:: -* Fixes several interface inconsistencies on the Space creation and settings pages ({kibana-pull}197303[#197303]). \ No newline at end of file diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc deleted file mode 100644 index 423e0a5a3..000000000 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana-rc1.asciidoc +++ /dev/null @@ -1,64 +0,0 @@ -[[release-notes-kibana-9.0.0-rc1]] -= {kib} version 9.0.0-rc1 - -coming::[9.0.0-rc1] - -For information about the {kib} 9.0.0 release, review the following information. - -NOTE: This build contains all changes described in <>, in addition to the following changes. - -// [float] -// [[highlights-9.0.0-rc1]] -// == Highlights - - -[float] -[[breaking-changes-kibana-9.0.0-rc1]] -== Breaking changes - -**Kibana security** - -//Needs to be added to upgrade notes and detailed -[discrete] -[[breaking-213123]] -.Removed default `--openssl-legacy-provider`. -[%collapsible] -==== -*Details* + -Legacy OpenSSL algorithms have been disabled by default. Further information on which algorithms can be found at https://docs.openssl.org/3.0/man7/OSSL_PROVIDER-legacy. These can be re-enabled by adding `--openssl-legacy-provider` to $KBN_PATH_CONF/node.options. For more information, refer to ({kibana-pull}213123[#213123]). -==== - -// [float] -// [[deprecations-9.0.0-rc1]] -// == Deprecations - -// The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. -// Deprecated functionality does not have an immediate impact on your application, but we strongly recommend -// you make the necessary updates after you upgrade to 9.0.0. - - -// [float] -// [[features-9.0.0-rc1]] -// == Features -// {kib} 9.0.0 adds the following new and notable features. - -//For more information about the features introduced in 9.0.0, refer to <>. - -//For detailed information about the 9.0.0 release, review the enhancements and bug fixes. - -[float] -[[enhancement-v9.0.0-rc1]] -== Enhancements - -Elastic Observability solution:: -* Split Up SLO Details from Overview. Static data that describes the SLO definition has been moved to a separate tab, making charts and valuable information about SLIs faster to access. ({kibana-pull}212826[#212826]). -* Adds the reason message to the rules recovery context ({kibana-pull}211411[#211411]). -* Adds a link to the location badge on synthetics SLOs that sends to the Monitors page with a filter applied that matches the location of the origin SLO ({kibana-pull}210695[#210695]). - -[float] -[[fixes-v9.0.0-rc1]] -== Bug fixes - -Elastic Observability solution:: -* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). -* Allows use of wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]). diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 1726fbb72..5b691983e 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -1,8 +1,433 @@ [[release-notes-kibana-9.0.0]] -= {kib} release notes += {kib} 9.0.0-rc1 release notes ++++ {kib} ++++ -include::release-notes-kibana-rc1.asciidoc[leveloffset=+1] -include::release-notes-kibana-beta1.asciidoc[leveloffset=+1] + +For information about the {kib} 9.0.0 release, review the following information. + +[float] +[[highlights-9.0.0-beta1]] +== Highlights + +[[highlight-borealis]] +*New UI theme*. {Kib} 9.0 introduces a more modern and refined look and feel. This new theme brings improvements at multiple levels of the interface that will make navigating Kibana and visualizing dashboards easier than ever before. + + +[float] +[[kibana-breaking-changes-9.0.0-beta1]] +== Breaking changes + +Breaking changes can prevent your application from optimal operation and performance. +Before you upgrade to 9.0.0, review the breaking changes, then mitigate the impact to your application. + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-193792]] +.Usage restrictions on Kibana's internal APIs. +[%collapsible] +==== +*Details* + +Starting with this release, requests to internal Kibana APIs are globally restricted by default. This change is designed to provide more flexibility in making breaking changes to internal APIs while protecting external consumers from unexpected disruptions. + +Key Changes: + +* Internal API Access: External consumers no longer have access to Kibana’s internal APIs, which are now strictly reserved for internal development and subject to frequent changes. This helps ensure that external integrations only interact with stable, public APIs. +* Error Handling: When a request is made to an internal API without the proper internal identifier (header or query parameter), Kibana will respond with a 400 Bad Request error, indicating that the route exists but is not allowed under the current Kibana configuration. + +For more information, refer to ({kibana-pull}193792[#193792]). +==== + +**Alerts and cases** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-198435]] +.Removed 7.x deprecated kibana.yml settings. +[%collapsible] +==== +*Details* + +The following deprecated configuration settings were removed: + +- `xpack.actions.customHostSettings.ssl.rejectUnauthorized` +- `xpack.actions.whitelistedHosts` +- `xpack.actions.rejectUnauthorized` +- `xpack.actions.proxyRejectUnauthorizedCertificates` +- `xpack.alerts.healthCheck` +- `xpack.alerts.invalidateApiKeysTask.interval` +- `xpack.alerts.invalidateApiKeysTask.removalDelay` +- `xpack.alerting.defaultRuleTaskTimeout` + +For more information, refer to ({kibana-pull}198435[#198435]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-208208]] +.Removed deprecated Cases APIs. +[%collapsible] +==== +*Details* + +The following Cases APIs were removed: + +- Get case status +- Get user actions +- Get all comments + +For more information, refer to ({kibana-pull}208208[#208208]), ({kibana-pull}208086[#208086]), and ({kibana-pull}207926[#207926]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-203148]] +.Removed deprecated alerts routes. +[%collapsible] +==== +*Details* + +The deprecated legacy alerts routes `api/alerts/alert` were removed. For more information, refer to ({kibana-pull}203148[#203148]). +==== + +**Discover and dashboards** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-203927]] +.Disabled search sessions by default. +[%collapsible] +==== +*Details* + +Search sessions are now disabled by default. For more information, refer to ({kibana-pull}203927[#203927]). +==== + +//Already added to upgrade notes +[discrete] +[[breaking-202863]] +.Saved query privileges have been reworked. +[%collapsible] +==== +*Details* + +Saved query privileges have been reworked to rely solely on a single global `savedQueryManagement` privilege, and eliminate app-specific overrides (e.g. implicit access with `all` privilege for Discover, Dashboard, Maps, and Visualize apps). This change simplifies the security model and ensures consistency in the saved query management UI across Kibana, but results in different handling of saved query privileges for new user roles, and minor breaking changes to the existing management UX. +For more information, refer to {kibana-pull}202863[#202863]. + +*Impact* + +The `savedQueryManagement` feature privilege now globally controls access to saved query management for all new user roles. Regardless of privileges for Discover, Dashboard, Maps, or Visualize, new user roles follow this behaviour: + +* If `savedQueryManagement` is `none`, the user cannot see or access the saved query management UI or APIs. +* If `savedQueryManagement` is `read`, the user can load queries from the UI and access read APIs, but cannot save queries from the UI or make changes to queries through APIs. +* If `savedQueryManagement` is `all`, the user can both load and save queries from the UI and through APIs. + +*Action* + +Existing user roles that were previously implicitly granted access to saved queries through the dashboard, discover, visualize, or maps feature privileges will retain that access to prevent breaking changes. While no action is required for existing roles, it’s still advisable to audit relevant roles and re-save them to migrate to the latest privileges model. For new roles, ensure that the savedQueryManagement privilege is set as needed. +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-202679]] +.Removed `discover:searchFieldsFromSource` setting. +[%collapsible] +==== +*Details* + +For more information, refer to ({kibana-pull}202679[#202679]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-201254]] +.Removed the legacy table in Discover. +[%collapsible] +==== +*Details* + +It's no longer possible to use the legacy documents table in Discover. To that effect, the `doc_table:legacy` and `truncate:maxHeight` deprecated advanced settings have been removed. For more information, refer to ({kibana-pull}201254[#201254]). +==== + +//Already added to upgrade notes +[discrete] +[[breaking-202250]] +.Scripted field creation has been disabled in the Data Views management page. +[%collapsible] +==== +*Details* + +The ability to create new scripted fields has been removed from the *Data Views* management page in 9.0. Existing scripted fields can still be edited or deleted, and the creation UI can be accessed by navigating directly to `/app/management/kibana/dataViews/dataView/{dataViewId}/create-field`, but we recommend migrating to runtime fields or ES|QL queries instead to prepare for removal. +For more information, refer to {kibana-pull}202250[#202250]. + +*Impact* + +It will no longer be possible to create new scripted fields directly from the *Data Views* management page. + +*Action* + +Migrate to runtime fields or ES|QL instead of creating new scripted fields. Existing scripted fields can still be edited or deleted. +==== + + + +**Elastic Observability solution** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-202278]] +.Profiling now defaults to 19Hz sampling frequency. +[%collapsible] +==== +*Details* + +For more information, refer to ({kibana-pull}202278[#202278]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-203996]] +.Disabled log stream and settings pages. +[%collapsible] +==== +*Details* + +Logs Stream and the logs settings page in Observability are removed. Use the Discover application, which now offers a contextual experience for logs, to explore your logs. The logs stream panel in dashboards is removed, use Discover sessions instead. + +For more information, refer to ({kibana-pull}203996[#203996]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-203685]] +.Removed Logs Explorer. +[%collapsible] +==== +*Details* + +Logs Explorer has been removed. Instead, you can use Discover, that was improved to provide an optimal logs exploration experience. For more information, refer to ({kibana-pull}203685[#203685]). +==== + +**Elastic Security solution** + +For the Elastic Security 9.0.0 release information, refer to <>. + +**Data ingestion and Fleet** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-198799]] +.Removed deprecated settings API endpoints in Fleet. +[%collapsible] +==== +*Details* + + +* `GET/DELETE/POST enrollment-api-keys`: removed in favor of `GET/DELETE/POST enrollment_api_keys` +* Removed `list` property from `GET enrollment_api_keys` response in favor of `items` +* `GET/POST /settings`: `fleet_server_hosts` was removed from the response and body + +For more information, refer to ({kibana-pull}198799[#198799]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-198313]] +.Removed deprecated Fleet APIs for agents endpoints. +[%collapsible] +==== +*Details* + + +Removed API endpoints: + +* `POST /service-tokens` in favor of `POST /service_tokens` +* `GET /agent-status` in favor `GET /agent_status` +* `PUT /agents/:agentid/reassign` in favor of `POST /agents/:agentid/reassign` + +Removed deprecated parameters or responses: + +* Removed `total` from `GET /agent_status` response +* Removed `list` from `GET /agents` response + +For more information, refer to ({kibana-pull}198313[#198313]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-198434]] +.Removed deprecated `epm` Fleet APIs. +[%collapsible] +==== +*Details* + + +* Removed `GET/POST/DELETE /epm/packages/:pkgkey` APIs in favor of `GET/POST/DELETE /epm/packages/:pkgName/:pkgVersion` +* Removed `experimental` query parameter in `GET /epm/packages` and `GET /epm/categories` +* Removed `response` in response in `* /epm/packages*` and `GET /epm/categories` +* Removed `savedObject` in `/epm/packages` response in favor of `installationInfo` + +For more information, refer to ({kibana-pull}198434[#198434]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-199226]] +.Removed deprecated `topics` property for kafka output in favor of the `topic` property. +[%collapsible] +==== +*Details* + +Removed deprecated property `topics` from output APIs in response and requests (`(GET|POST|PUT) /api/fleet/outputs`) in favor of the `topic` property. For more information, refer to ({kibana-pull}199226[#199226]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-196887]] +.Limit pagination size to 100 when retrieving full policy or `withAgentCount` in Fleet. +[%collapsible] +==== +*Details* + +In addition to the new pagination limit size of 100, retrieving agent policies without agent count is now the new default behavior, and a new query parameter `withAgentCount` was added to retrieve the agent count. + +For more information, refer to ({kibana-pull}196887[#196887]). +==== + +**Reporting** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-200834]] +.Now using Kibana feature privileges only to control access to reporting features. +[%collapsible] +==== +*Details* + +The default system of granting users the privilege to generate reports has changed. Rather than assigning users the `reporting_user` role, administrators should create a custom role that grants report-creation privileges using Kibana application privileges. For more information, refer to ({kibana-pull}200834[#200834]). +==== + + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-199033]] +.Removed the "Download CSV" export type functionality. +[%collapsible] +==== +*Details* + +The functionality that allowed to download a CSV export from a dashboard's saved search panel without creating a report has been removed. To export CSV data from a dashboard panel, you may use the action menu of a saved search panel in a dashboard to generate a CSV report, and download the report from a toast popup when the report has finished generating. For more information, refer to ({kibana-pull}199033[#199033]). +==== + + +**Kibana security** + +//Needs to be added to upgrade notes and detailed +[discrete] +[[breaking-213123]] +.Removed default `--openssl-legacy-provider`. +[%collapsible] +==== +*Details* + +Legacy OpenSSL algorithms have been disabled by default. Further information on which algorithms can be found at https://docs.openssl.org/3.0/man7/OSSL_PROVIDER-legacy. These can be re-enabled by adding `--openssl-legacy-provider` to $KBN_PATH_CONF/node.options. For more information, refer to ({kibana-pull}213123[#213123]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-203856]] +.Removed `TLSv1.1` from the default set of supported protocols. +[%collapsible] +==== +*Details* + +For more information, refer to ({kibana-pull}203856[#203856]). +==== + +//Needs to be added to upgrade notes and detailed +[discrete] +[[deprecation-207325]] +.Renamed `integration-assistant` plugin to `automatic-import`. +[%collapsible] +==== +*Details* + +For more information, refer to ({kibana-pull}207325[#207325]). +==== + + + +[float] +[[deprecations-9.0.0-beta1]] +== Deprecations + +The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. +Deprecated functionality does not have an immediate impact on your application, but we strongly recommend +you make the necessary updates after you upgrade to 9.0.0. + + +[discrete] +[[deprecation-201313]] +.Removed ephemeral tasks from task manager, action, and alerting plugins. +[%collapsible] +==== +*Details* + + +Deprecates the following configuration settings: + +* `xpack.task_manager.ephemeral_tasks.enabled` +* `xpack.task_manager.ephemeral_tasks.request_capacity` +* `xpack.alerting.maxEphemeralActionsPerAlert` + +No action is required on the user's end. These settings will no longer have any effect as ephemeral tasks are now removed. + +For more information, refer to ({kibana-pull}201313[#201313]). +==== + + +[discrete] +[[deprecation-197802]] +.Removed `visualization:colorMapping` advanced setting. +[%collapsible] +==== +*Details* + +The `visualization:colorMapping` advanced setting for TSVB and Visualize charts has been removed. You can switch to Lens charts, which offer a more advanced, per-chart color mapping feature with enhanced configuration options. For more details, refer to link:https://github.com/elastic/kibana/pull/162389[#162389]. +==== + + +[float] +[[features-9.0.0]] +== Features +{kib} 9.0.0 adds the following new and notable features. + +Data ingestion and Fleet:: +* New setting allowing automatic deletion of unenrolled agents in Fleet settings ({kibana-pull}195544[#195544]). +Elastic Security solution:: +For the Elastic Security 9.0.0 release information, refer to <>. +Kibana security:: +* New interface for Automatic Import CEL generation flow ({kibana-pull}206491[#206491]). + +//For more information about the features introduced in 9.0.0, refer to <>. + +//For detailed information about the 9.0.0 release, review the enhancements and bug fixes. + +[float] +[[enhancement-v9.0.0-beta1]] +== Enhancements +//Dashboards & Visualizations:: +Data ingestion and Fleet:: +* Improves filtering and visibility of `Uninstalled` and `Orphaned` agents in Fleet, by differentiating them from `Offline` agents ({kibana-pull}205815[#205815]). +* Introduces air-gapped configuration for bundled packages ({kibana-pull}202435[#202435]). +* Updates removed parameters of the Fleet -> Logstash output configurations ({kibana-pull}210115[#210115]). +* Updates max supported package version ({kibana-pull}196675[#196675]). +//* Remove old bundled.yaml from oas, fixed tags ({kibana-pull}194788[#194788]). +Elastic Observability solution:: +* Split Up SLO Details from Overview. Static data that describes the SLO definition has been moved to a separate tab, making charts and valuable information about SLIs faster to access. ({kibana-pull}212826[#212826]). +* Adds the reason message to the rules recovery context ({kibana-pull}211411[#211411]). +* Adds a link to the location badge on synthetics SLOs that sends to the Monitors page with a filter applied that matches the location of the origin SLO ({kibana-pull}210695[#210695]). +Elastic Security solution:: +For the Elastic Security 9.0.0 release information, refer to <>. +Kibana security:: +* Updates `js-yaml` to `4.1.0` ({kibana-pull}190678[#190678]). +Machine Learning:: +* Removes use of `ignore_throttled` ({kibana-pull}199107[#199107]). +Platform:: +* Adds warning header to deprecated API endpoints ({kibana-pull}205926[#205926]). +* Sets HTTP2 as default if SSL is enabled and adds deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]). + +[float] +[[fixes-v9.0.0-beta1]] +== Bug fixes +Dashboards & Visualizations:: +* Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. +//* Fixes an issue with `Amsterdam` theme where charts render with the incorrect background color ({kibana-pull}209595[#209595]). +* Fixes an issue where changing the *Ignore timeout results* control setting wasn't taken into account ({kibana-pull}208611[#208611]). +* Force returns 0 on empty buckets on count if `null` flag is disabled ({kibana-pull}207308[#207308]). +* Fixes infinite loading time for some charts due to search context reload ({kibana-pull}203150[#203150]). +Data ingestion and Fleet:: +* Fixes a validation error happening on multi-text input fields ({kibana-pull}205768[#205768]). +Elastic Observability solution:: +* Fixes an issue where clicking on the name badge for a synthetics monitor on an SLO details page would lead to a page that failed to load monitor details ({kibana-pull}210695[#210695]). +* Allows use of wildcard filters in SLO queries when DSL filters are also used ({kibana-pull}213119[#213119]). +* Fixes chat on the Alerts page ({kibana-pull}197126[#197126]). +* Fixes an error that could prevent the Observability Infrastructure Inventory view from loading after an upgrade due to missing versioning on inventory_view_saved_object ({kibana-pull}207007[#207007]). +Elastic Security solution:: +For the Elastic Security 9.0.0 release information, refer to <>. +Platform:: +* Fixes several interface inconsistencies on the Space creation and settings pages ({kibana-pull}197303[#197303]). From a285b8a214c5eb21a5de4a8047b56139d23eb5cf Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 12:06:53 +0100 Subject: [PATCH 03/11] clean ids --- .../release-notes/release-notes-kibana.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 5b691983e..4272b0c48 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -8,7 +8,7 @@ For information about the {kib} 9.0.0 release, review the following information. [float] -[[highlights-9.0.0-beta1]] +[[highlights-9.0.0]] == Highlights [[highlight-borealis]] @@ -16,7 +16,7 @@ For information about the {kib} 9.0.0 release, review the following information. [float] -[[kibana-breaking-changes-9.0.0-beta1]] +[[kibana-breaking-changes-9.0.0]] == Breaking changes Breaking changes can prevent your application from optimal operation and performance. @@ -334,7 +334,7 @@ For more information, refer to ({kibana-pull}207325[#207325]). [float] -[[deprecations-9.0.0-beta1]] +[[deprecations-9.0.0]] == Deprecations The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. @@ -388,7 +388,7 @@ Kibana security:: //For detailed information about the 9.0.0 release, review the enhancements and bug fixes. [float] -[[enhancement-v9.0.0-beta1]] +[[enhancement-v9.0.0]] == Enhancements //Dashboards & Visualizations:: Data ingestion and Fleet:: @@ -412,7 +412,7 @@ Platform:: * Sets HTTP2 as default if SSL is enabled and adds deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]). [float] -[[fixes-v9.0.0-beta1]] +[[fixes-v9.0.0]] == Bug fixes Dashboards & Visualizations:: * Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. From 2b1372df6ee0fcb925b54a9f582080e61803b270 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 12:08:20 +0100 Subject: [PATCH 04/11] more clean ids --- .../release-notes/release-notes-kibana.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 4272b0c48..591e98605 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -8,7 +8,7 @@ For information about the {kib} 9.0.0 release, review the following information. [float] -[[highlights-9.0.0]] +[[kibana-highlights-9.0.0]] == Highlights [[highlight-borealis]] @@ -334,7 +334,7 @@ For more information, refer to ({kibana-pull}207325[#207325]). [float] -[[deprecations-9.0.0]] +[[kibana-deprecations-9.0.0]] == Deprecations The following functionality is deprecated in 9.0.0, and will be removed in 10.0.0. @@ -362,7 +362,7 @@ For more information, refer to ({kibana-pull}201313[#201313]). [discrete] -[[deprecation-197802]] +[[kibana-deprecation-197802]] .Removed `visualization:colorMapping` advanced setting. [%collapsible] ==== @@ -388,7 +388,7 @@ Kibana security:: //For detailed information about the 9.0.0 release, review the enhancements and bug fixes. [float] -[[enhancement-v9.0.0]] +[[kibana-enhancement-v9.0.0]] == Enhancements //Dashboards & Visualizations:: Data ingestion and Fleet:: @@ -412,7 +412,7 @@ Platform:: * Sets HTTP2 as default if SSL is enabled and adds deprecation log if SSL is not enabled or protocol is set to HTTP1 ({kibana-pull}204384[#204384]). [float] -[[fixes-v9.0.0]] +[[kibana-fixes-v9.0.0]] == Bug fixes Dashboards & Visualizations:: * Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. From 486e7b0ed7a7682c2d5399d554628f97afee20eb Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 13:13:27 +0100 Subject: [PATCH 05/11] structure and remove automatic import --- .../release-notes-kibana.asciidoc | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 591e98605..d9bb75971 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -321,16 +321,6 @@ Legacy OpenSSL algorithms have been disabled by default. Further information on For more information, refer to ({kibana-pull}203856[#203856]). ==== -//Needs to be added to upgrade notes and detailed -[discrete] -[[deprecation-207325]] -.Renamed `integration-assistant` plugin to `automatic-import`. -[%collapsible] -==== -*Details* + -For more information, refer to ({kibana-pull}207325[#207325]). -==== - [float] @@ -379,9 +369,7 @@ The `visualization:colorMapping` advanced setting for TSVB and Visualize charts Data ingestion and Fleet:: * New setting allowing automatic deletion of unenrolled agents in Fleet settings ({kibana-pull}195544[#195544]). Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. -Kibana security:: -* New interface for Automatic Import CEL generation flow ({kibana-pull}206491[#206491]). +* For the Elastic Security 9.0.0 release information, refer to <>. //For more information about the features introduced in 9.0.0, refer to <>. @@ -402,7 +390,7 @@ Elastic Observability solution:: * Adds the reason message to the rules recovery context ({kibana-pull}211411[#211411]). * Adds a link to the location badge on synthetics SLOs that sends to the Monitors page with a filter applied that matches the location of the origin SLO ({kibana-pull}210695[#210695]). Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. +* For the Elastic Security 9.0.0 release information, refer to <>. Kibana security:: * Updates `js-yaml` to `4.1.0` ({kibana-pull}190678[#190678]). Machine Learning:: @@ -413,7 +401,7 @@ Platform:: [float] [[kibana-fixes-v9.0.0]] -== Bug fixes +== Fixes Dashboards & Visualizations:: * Fixes an issue in Lens where colors behind text were not correctly assigned, such as in `Pie`, `Treemap` and `Mosaic` charts. //* Fixes an issue with `Amsterdam` theme where charts render with the incorrect background color ({kibana-pull}209595[#209595]). @@ -428,6 +416,6 @@ Elastic Observability solution:: * Fixes chat on the Alerts page ({kibana-pull}197126[#197126]). * Fixes an error that could prevent the Observability Infrastructure Inventory view from loading after an upgrade due to missing versioning on inventory_view_saved_object ({kibana-pull}207007[#207007]). Elastic Security solution:: -For the Elastic Security 9.0.0 release information, refer to <>. +* For the Elastic Security 9.0.0 release information, refer to <>. Platform:: * Fixes several interface inconsistencies on the Space creation and settings pages ({kibana-pull}197303[#197303]). From 37084a278fec1475dfdb5a8138704f5af52dce95 Mon Sep 17 00:00:00 2001 From: Florent Le Borgne Date: Mon, 17 Mar 2025 15:09:50 +0100 Subject: [PATCH 06/11] update borealis highlight --- .../install-upgrade/release-notes/release-notes-kibana.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index d9bb75971..e790c2f08 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -12,7 +12,7 @@ For information about the {kib} 9.0.0 release, review the following information. == Highlights [[highlight-borealis]] -*New UI theme*. {Kib} 9.0 introduces a more modern and refined look and feel. This new theme brings improvements at multiple levels of the interface that will make navigating Kibana and visualizing dashboards easier than ever before. +*New UI theme*. {kib} 9.0 introduces a more modern and refined look and feel. This new theme brings a vibrant color palette, improved dark mode support (including honoring your system preferences), and more that will bring your data in Kibana to life. [float] From b1fc349edb6e854a99cd616396b99b830bf4c0be Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 20 Mar 2025 09:24:18 +0100 Subject: [PATCH 07/11] Update docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc Co-authored-by: wajihaparvez --- .../install-upgrade/release-notes/release-notes-kibana.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index e790c2f08..57931c755 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -5,7 +5,7 @@ ++++ -For information about the {kib} 9.0.0 release, review the following information. +Review the following information about the {kib} 9.0.0 release. [float] [[kibana-highlights-9.0.0]] From 84ae1570bf0715aaa9785a8af8b0cedfd384fbb3 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 20 Mar 2025 09:26:09 +0100 Subject: [PATCH 08/11] Update docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc Co-authored-by: Thomas Neirynck --- .../release-notes/release-notes-kibana.asciidoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 57931c755..cb2ac4219 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -96,8 +96,18 @@ The deprecated legacy alerts routes `api/alerts/alert` were removed. For more in .Disabled search sessions by default. [%collapsible] ==== + +Search sessions are now disabled by default. For more information, refer to (#203927). + *Details* + -Search sessions are now disabled by default. For more information, refer to ({kibana-pull}203927[#203927]). +The button in Discover and Dashboards to create a new search session will no longer appear. + +*Impact* + +This impacts all users. + +*Action* + +To enable search sessions for all users, please set `data.search.sessions.enabled: true` in `kibana.yml`. + ==== //Already added to upgrade notes From 76532d67d47574bcbfada10551a67a3ab9689b51 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 20 Mar 2025 09:26:19 +0100 Subject: [PATCH 09/11] Update docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc Co-authored-by: Thomas Neirynck --- .../release-notes/release-notes-kibana.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index cb2ac4219..2fc895cca 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -137,8 +137,10 @@ Existing user roles that were previously implicitly granted access to saved quer .Removed `discover:searchFieldsFromSource` setting. [%collapsible] ==== +The `discover:searchFieldsFromSource` advanced setting has been removed. + *Details* + -For more information, refer to ({kibana-pull}202679[#202679]). +Users can no longer configure Discover to load fields from `_source`. This is an internal optimization and should have little impact on users. https://github.com/elastic/kibana/pull/202679 ==== //Needs to be added to upgrade notes and detailed From 88ab61e20cd2eebcafbeb8ed318df0398f3d17af Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 20 Mar 2025 09:26:28 +0100 Subject: [PATCH 10/11] Update docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc Co-authored-by: Thomas Neirynck --- .../release-notes/release-notes-kibana.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 2fc895cca..64f9b8364 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -151,6 +151,10 @@ Users can no longer configure Discover to load fields from `_source`. This is an ==== *Details* + It's no longer possible to use the legacy documents table in Discover. To that effect, the `doc_table:legacy` and `truncate:maxHeight` deprecated advanced settings have been removed. For more information, refer to ({kibana-pull}201254[#201254]). + +*Impact* + +This is primarily a UX change and should have little impact on Discover users. + ==== //Already added to upgrade notes From c87056d9066f6841a29d229ea92c5d86a58c0bd7 Mon Sep 17 00:00:00 2001 From: florent-leborgne Date: Thu, 20 Mar 2025 15:26:15 +0100 Subject: [PATCH 11/11] Update docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc --- .../release-notes/release-notes-kibana.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc index 64f9b8364..8b2bbd34e 100644 --- a/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc +++ b/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc @@ -14,6 +14,23 @@ Review the following information about the {kib} 9.0.0 release. [[highlight-borealis]] *New UI theme*. {kib} 9.0 introduces a more modern and refined look and feel. This new theme brings a vibrant color palette, improved dark mode support (including honoring your system preferences), and more that will bring your data in Kibana to life. +[float] +[[kibana-known-issues-9.0.0]] +== Known issues + +// tag::known-issue-211850[] +.Upgrade Assistant - Rollup jobs need to be stopped before rollup indices are reindexed. +[%collapsible] +==== +*Details* + +Rollup indices, like all indices, created in 7.x or earlier need to be reindexed in preparation for migration to 9.0. However, in addition to the normal reindex process the rollup job also needs to be accounted for. It needs to be stopped before reindexing begins otherwise there may be a gap in rollup data. The job can be restarted when reindexing is complete. + +This needs to be performed manually until addressed in the upgrade assistant code. + +For more information, refer to https://github.com/elastic/kibana/issues/211850[#211850]. +==== +// end::known-issue-211850[] + [float] [[kibana-breaking-changes-9.0.0]]