mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Adds breaking changes for 7.5 (#50416)
This commit is contained in:
parent
eaedb2731b
commit
a9fab62748
2 changed files with 34 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
This section discusses the changes that you need to be aware of when migrating
|
||||
your application from one version of Kibana to another.
|
||||
|
||||
* <<breaking-changes-7.5, Breaking changes in 7.5>>
|
||||
* <<breaking-changes-7.4, Breaking changes in 7.4>>
|
||||
* <<breaking-changes-7.3, Breaking changes in 7.3>>
|
||||
* <<breaking-changes-7.2, Breaking changes in 7.2>>
|
||||
|
@ -15,6 +16,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[]
|
||||
|
|
32
docs/migration/migrate_7_5.asciidoc
Normal file
32
docs/migration/migrate_7_5.asciidoc
Normal file
|
@ -0,0 +1,32 @@
|
|||
[[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.4.0, release highlights>> and <<release-notes-7.4.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_search_instead_of-msearch]]
|
||||
=== 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.
|
Loading…
Add table
Add a link
Reference in a new issue