-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Adds breaking changes for 7.11 (#87947)
* [DOCS] Adds breaking changes for 7.11 * [DOCS] Fixes typo * [DOCS] Adds release tag
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
[[breaking-changes-7.11]] | ||
== Breaking changes in 7.11 | ||
++++ | ||
<titleabbrev>7.11</titleabbrev> | ||
++++ | ||
|
||
coming::[7.11.0] | ||
|
||
This page discusses the breaking changes that you need to be aware of when migrating | ||
your application to {kib} 7.11. | ||
|
||
// The following section is re-used in the Installation and Upgrade Guide | ||
|
||
// tag::notable-breaking-changes[] | ||
|
||
|
||
[discrete] | ||
[[ingestManager_renamed_fleet]] | ||
=== Ingest Manager plugin renamed Fleet | ||
|
||
*Details:* The `ingestManager` plugin has been renamed `fleet`. | ||
|
||
*Impact*: | ||
|
||
* The app url change from /app/ingestManager to /app/fleet. | ||
* The privilege `feature_ingestManager.*` is not valid anymore and should be replaced by `feature_fleet.*`. | ||
|
||
*via https://github.com/elastic/kibana/pull/83200[#83200]* | ||
|
||
[discrete] | ||
[[reporting_plugin]] | ||
=== Reporting plugin added new validation for protocol | ||
|
||
*Details:* The Reporting plugin added new validation for protocol strings in Network Policy configurations. | ||
|
||
*Impact*: See <<reporting-network-policy, Restrict requests with a Reporting network policy>>. | ||
If the kibana.yml has a Reporting network policy before upgrade, | ||
the protocol strings must end with a colon. Otherwise, config validation | ||
will fail and Kibana will not start. | ||
|
||
*via https://github.com/elastic/kibana/pull/80766[#80766]* | ||
|
||
// end::notable-breaking-changes[] |