Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
16b71fe
unedited kibana release notes for 9.3
florent-leborgne Jan 9, 2026
1818d07
Remove Security-specific PRs
natasha-moore-elastic Jan 12, 2026
beea240
Apply suggestions from code review
alaudazzi Jan 12, 2026
c7c8074
Apply suggestions from code review
alaudazzi Jan 14, 2026
b185f7a
Apply suggestions from code review
alaudazzi Jan 14, 2026
c70ce0e
Merge branch 'main' into docs/kib-93-rns
florent-leborgne Jan 14, 2026
235e42f
clean up Discover and ES|QL entries
florent-leborgne Jan 15, 2026
84ba85d
Remove duplicated entries.
alaudazzi Jan 16, 2026
b7c8810
typo
florent-leborgne Jan 16, 2026
5c6c397
cleanup
florent-leborgne Jan 16, 2026
41ad254
Review 'Data ingestion and Fleet' entries
vishaangelova Jan 16, 2026
1d9cc4e
Apply suggestions from code review
benironside Jan 16, 2026
0f1688d
Alerting sections
nastasha-solomon Jan 17, 2026
9e6ed9e
ml sections
nastasha-solomon Jan 19, 2026
6d93afe
Update docs/release-notes/index.md
florent-leborgne Jan 19, 2026
bf29fc9
Consistency
florent-leborgne Jan 19, 2026
b2d333a
move agent builder to the top
florent-leborgne Jan 19, 2026
a7015d2
Update docs/release-notes/index.md
florent-leborgne Jan 20, 2026
93a36a0
move entry from discover to alerting
florent-leborgne Jan 20, 2026
fa432bf
Update docs/release-notes/index.md
vishaangelova Jan 20, 2026
0320589
add entry about time picker improvements
florent-leborgne Jan 20, 2026
1d81e82
Update docs/release-notes/index.md
vishaangelova Jan 20, 2026
2000831
Merge branch 'main' into docs/kib-93-rns
florent-leborgne Jan 20, 2026
c278387
Update docs/release-notes/index.md
florent-leborgne Jan 21, 2026
3e0f712
Update docs/release-notes/index.md
florent-leborgne Jan 26, 2026
ad6c046
Merge branch 'main' into docs/kib-93-rns
florent-leborgne Jan 27, 2026
43e53c9
Update docs/release-notes/index.md
florent-leborgne Jan 27, 2026
36561c5
Update docs/release-notes/index.md
florent-leborgne Jan 27, 2026
01d8675
Update docs/release-notes/index.md
nastasha-solomon Jan 27, 2026
4210e45
Merge branch 'main' into docs/kib-93-rns
florent-leborgne Jan 29, 2026
c86ade0
Adding workflows section
nastasha-solomon Jan 29, 2026
adb0772
Apply suggestion from @nastasha-solomon
nastasha-solomon Jan 29, 2026
0dc8430
Merge branch 'main' into docs/kib-93-rns
florent-leborgne Feb 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
% 4. You can then call the link from any Kibana code. For example: `href: docLinks.links.upgradeAssistant.id`
% Check https://docs.elastic.dev/docs/kibana-doc-links (internal) for more details about the Doc links service.

## 9.3.0 [kibana-9.3.0-breaking-changes]

There are no breaking changes in this version.

## 9.2.0 [kibana-9.2.0-breaking-changes]
$$$kibana-230067$$$
::::{dropdown} Improved advanced settings management APIs privilege checks
Expand Down Expand Up @@ -100,7 +104,7 @@

**Impact**<br> Deprecated endpoints will fail with a 404 status code starting from version 9.0.0.

**Action**<br> Remove references to `GET /api/alerts/{{id}}/_instance_summary` endpoint. Remove references to `GET /api/alerts/{{id}}/state` endpoint. Replace references to endpoints listed as deprecated by it’s replacement. See `Details` section. The updated APIs can be found in [https://www.elastic.co/docs/api/doc/kibana/group/endpoint-alerting](https://www.elastic.co/docs/api/doc/kibana/group/endpoint-alerting).

Check notice on line 107 in docs/release-notes/breaking-changes.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

Autolink points to elastic.co/docs. Consider using a crosslink or relative link instead.
::::

$$$kibana-198435$$$
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Review the deprecated functionality for Kibana. While deprecations have no immed
% 4. You can then call the link from any Kibana code. For example: `href: docLinks.links.upgradeAssistant.id`
% Check https://docs.elastic.dev/docs/kibana-doc-links (internal) for more details about the Doc links service.

## 9.3.0 [kibana-9.3.0-deprecations]

There are no deprecations in this version.

## 9.2.0 [kibana-9.2.0-deprecations]

There are no deprecations in this version.
Expand Down
Loading
Loading