-
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.
Merge remote-tracking branch 'upstream/7.5' into backport/7.5/pr-50189
- Loading branch information
Showing
3 changed files
with
36 additions
and
1 deletion.
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,34 @@ | ||
[[breaking-changes-7.5]] | ||
== Breaking changes in 7.5 | ||
++++ | ||
<titleabbrev>7.5</titleabbrev> | ||
++++ | ||
|
||
This page discusses the breaking changes that you need to be aware of when migrating | ||
your application to Kibana 7.5. | ||
|
||
//See also <<release-highlights-7.5.0, release highlights>> and <<release-notes-7.5.0, release notes>>. | ||
|
||
//NOTE: The notable-breaking-changes tagged regions are re-used in the | ||
//Installation and Upgrade Guide | ||
|
||
//// | ||
The following section is re-used in the Installation and Upgrade Guide | ||
[[breaking_70_notable]] | ||
=== Notable breaking changes | ||
//// | ||
// tag::notable-breaking-changes[] | ||
|
||
[float] | ||
[[breaking_75_change_default_setting]] | ||
=== The default setting for `courier:batchSearches` is now `false` | ||
|
||
*Details:* | ||
Changing the default setting for `courier:batchSearches` to `false` means | ||
that search requests will use the `_search` {es} endpoint rather than `_msearch`. | ||
|
||
*Impact:* | ||
Dashboard panels will load individually, and search requests will terminate | ||
when users navigate away or update the query. | ||
|
||
// end::notable-breaking-changes[] |
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