You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/x-pack/test/common/utils/synthtrace@elastic/obs-ux-infra_services-team@elastic/obs-ux-logs-team# Assigned per https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-apm-synthtrace/kibana.jsonc#L5
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,46 @@ To check for security updates, go to [Security announcements for the Elastic sta
21
21
% ### Fixes [kibana-X.X.X-fixes]
22
22
% *
23
23
24
+
## 9.0.4 [kibana-9.0.4-release-notes]
25
+
26
+
### Features and enhancements [kibana-9.0.4-features-enhancements]
27
+
28
+
**Data ingestion and Fleet**:
29
+
* Adds a tooltip to the **Last activity** column in Agent list UI [#224850]({{kib-pull}}224850).
30
+
31
+
**Machine Learning**:
32
+
* Improves error messages in the AI Connector creation UI and ensures they're surfaced in {{kib}} [#221859]({{kib-pull}}221859).
33
+
34
+
35
+
### Fixes [kibana-9.0.4-fixes]
36
+
37
+
**Dashboards and Visualizations**:
38
+
* Fixes an issue with dashboard sharing links where copied links were not shortened and some users were unable to copy links in new spaces [#227625]({{kib-pull}}227625).
39
+
* Stops dashboards from recommending adhoc data views [#225705]({{kib-pull}}225705).
40
+
* Prevents dashboards from initiating duplicate requests when making a selection on a control [#224761]({{kib-pull}}224761).
41
+
42
+
**Data ingestion and Fleet**:
43
+
* Fixes bug that causes the CSV export to fail in Agent list [#225050]({{kib-pull}}225050).
44
+
* Replaces call to registry when deleting {{kib}} assets for custom packages [#224886]({{kib-pull}}224886).
45
+
* Fixes an issue where the background task was not deleting some unenrolled {{agents}} [#224808]({{kib-pull}}224808).
46
+
* Fixes bulk actions incorrectly selecting {{agents}} with the namespaces filter [#224036]({{kib-pull}}224036).
47
+
48
+
**Discover**:
49
+
* Makes expiration badges singular and plural [#227035]({{kib-pull}}227035).
50
+
51
+
**Elastic Observability solution**:
52
+
For the Elastic Observability 9.0.4 release information, refer to [Elastic Observability Solution Release Notes](docs-content://release-notes/elastic-observability/index.md).
53
+
54
+
**Elastic Security solution**:
55
+
For the Elastic Security 9.0.4 release information, refer to [Elastic Security Solution Release Notes](docs-content://release-notes/elastic-security/index.md).
56
+
57
+
**Kibana platform**:
58
+
* Hides the header and side navigation when printing or exporting a dashboard with **Print layout** selected [#227095]({{kib-pull}}227095).
59
+
60
+
**Search**:
61
+
* Fixes handling of context limit errors in Playground when using the Elastic Managed LLM [#225360]({{kib-pull}}225360).
62
+
* Adjusts `z-index` of the header menu to avoid conflicting with Console [#224708]({{kib-pull}}224708).
Copy file name to clipboardExpand all lines: src/platform/packages/shared/kbn-unified-data-table/src/components/data_table_additional_display_settings.test.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -281,7 +281,7 @@ describe('UnifiedDataTableAdditionalDisplaySettings', function () {
Copy file name to clipboardExpand all lines: src/platform/packages/shared/kbn-unified-data-table/src/components/data_table_additional_display_settings.tsx
0 commit comments