[DOCS] Adds breaking changes to 7.5 (#50432)

This commit is contained in:
gchaps 2019-11-12 14:51:02 -08:00 committed by GitHub
parent a0ff9338a8
commit 822a957be8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

View file

@ -15,6 +15,7 @@ your application from one version of Kibana to another.
See also <<release-highlights>> and <<release-notes>>.
--
include::migration/migrate_7_5.asciidoc[]
include::migration/migrate_7_4.asciidoc[]
include::migration/migrate_7_3.asciidoc[]
include::migration/migrate_7_2.asciidoc[]

View file

@ -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[]