mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Adds breaking changes to 7.5 (#50432)
This commit is contained in:
parent
a0ff9338a8
commit
822a957be8
2 changed files with 35 additions and 0 deletions
|
@ -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[]
|
||||
|
|
34
docs/migration/migrate_7_5.asciidoc
Normal file
34
docs/migration/migrate_7_5.asciidoc
Normal 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[]
|
Loading…
Add table
Add a link
Reference in a new issue