mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[DOCS] Kibana Release notes for 9.0.3 (#224332)
Fixes https://github.com/elastic/docs-content/issues/1766 by providing Kibana Release notes for 9.0.3. Preview: [9.0.3 release notes](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/224332/release-notes/) --------- Co-authored-by: Ying Mao <ying.mao@elastic.co> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> Co-authored-by: James Gowdy <jgowdy@elastic.co>
This commit is contained in:
parent
1a59438b12
commit
6b5f805488
2 changed files with 43 additions and 0 deletions
|
@ -21,6 +21,45 @@ To check for security updates, go to [Security announcements for the Elastic sta
|
|||
% ### Fixes [kibana-X.X.X-fixes]
|
||||
% *
|
||||
|
||||
## 9.0.3 [kibana-9.0.3-release-notes]
|
||||
|
||||
:::{important}
|
||||
The 9.0.3 release contains fixes for potential security vulnerabilities. Check our [security advisory for more details](https://discuss.elastic.co/c/announcements/security-announcements/31).
|
||||
:::
|
||||
|
||||
### Features and enhancements [kibana-9.0.3-features-enhancements]
|
||||
|
||||
**Elastic Observability solution**:
|
||||
For the Elastic Observability 9.0.3 release information, refer to [Elastic Observability Solution Release Notes](docs-content://release-notes/elastic-observability/index.md).
|
||||
|
||||
**Elastic Security solution**:
|
||||
For the Elastic Security 9.0.3 release information, refer to [Elastic Security Solution Release Notes](docs-content://release-notes/elastic-security/index.md).
|
||||
|
||||
|
||||
### Fixes [kibana-9.0.3-fixes]
|
||||
|
||||
**Alerting**:
|
||||
* Fixes an issue that caused {{kib}} to repeatedly restart when `xpack.alerting.cancelAlertsOnRuleTimeout` was set to `false` in the `kibana.yml` file [#222263]({{kib-pull}}222263).
|
||||
* Resolves multiple issues in the Watcher UI that were introduced in 8.18.0, 8.18.1, 9.0.0, and 9.1.0. This includes the table not displaying more than 10 watches, an error banner appearing unexpectedly in certain scenarios, and the search bar functionality not working as expected [#223898]({{kib-pull}}223898).
|
||||
|
||||
**Dashboards and Visualizations**:
|
||||
* Fixes an issue that prevented navigating through pages when inspecting a chart's data [#217937]({{kib-pull}}217937).
|
||||
|
||||
**Discover**:
|
||||
* In version 9.0.0, we changed the way time ranges are handled for Discover ES|QL CSV exports ([#216792]({{kib-pull}}216792)). We realized that this change caused an issue with CSV Post URLs now using an absolute time range instead of a relative one, leading to duplicate reports being generated. We've reverted this change while we investigate different solutions [#223249]({{kib-pull}}223249).
|
||||
* The request URL now appears correctly again when inspecting an ES|QL request [#221816]({{kib-pull}}221816).
|
||||
|
||||
**Elastic Observability solution**:
|
||||
For the Elastic Observability 9.0.3 release information, refer to [Elastic Observability Solution Release Notes](docs-content://release-notes/elastic-observability/index.md).
|
||||
|
||||
**Elastic Security solution**:
|
||||
For the Elastic Security 9.0.3 release information, refer to [Elastic Security Solution Release Notes](docs-content://release-notes/elastic-security/index.md).
|
||||
|
||||
**Machine Learning**:
|
||||
* Ensures the {{bedrock}} connector respects the action proxy configuration [#224130]({{kib-pull}}224130).
|
||||
* Ensures the OpenAI connector respects the action proxy configuration for all sub-actions [#219617]({{kib-pull}}219617).
|
||||
* Allows you to add additional fields even if your ingest pipeline is empty when uploading a file [#222775]({{kib-pull}}222775).
|
||||
|
||||
## 9.0.2 [kibana-9.0.2-release-notes]
|
||||
|
||||
### Enhancements [kibana-9.0.2-features-enhancements]
|
||||
|
|
|
@ -26,6 +26,10 @@ To temporarily resolve the issue and allow the upgrade to proceed, follow these
|
|||
1. Remove the `xpack.alerting.cancelAlertsOnRuleTimeout: false` setting from the `kibana.yml` file.
|
||||
2. Restart {{kib}} to apply the changes.
|
||||
|
||||
**Resolved**
|
||||
|
||||
This was resolved in {{stack}} 9.0.3.
|
||||
|
||||
::::
|
||||
|
||||
::::{dropdown} Errors in rule executions occur when maintenance windows have filters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue