File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 66This section discusses the changes that you need to be aware of when migrating
77your application from one version of Kibana to another.
88
9+ * <<breaking-changes-7.5, Breaking changes in 7.5>>
910* <<breaking-changes-7.4, Breaking changes in 7.4>>
1011* <<breaking-changes-7.3, Breaking changes in 7.3>>
1112* <<breaking-changes-7.2, Breaking changes in 7.2>>
@@ -15,6 +16,7 @@ your application from one version of Kibana to another.
1516See also <<release-highlights>> and <<release-notes>>.
1617--
1718
19+ include::migration/migrate_7_5.asciidoc[]
1820include::migration/migrate_7_4.asciidoc[]
1921include::migration/migrate_7_3.asciidoc[]
2022include::migration/migrate_7_2.asciidoc[]
Original file line number Diff line number Diff line change 1+ [[breaking-changes-7.5]]
2+ == Breaking changes in 7.5
3+ ++++
4+ <titleabbrev>7.5</titleabbrev>
5+ ++++
6+
7+ This page discusses the breaking changes that you need to be aware of when migrating
8+ your application to Kibana 7.5.
9+
10+ //See also <<release-highlights-7.4.0, release highlights>> and <<release-notes-7.4.0, release notes>>.
11+
12+ //NOTE: The notable-breaking-changes tagged regions are re-used in the
13+ //Installation and Upgrade Guide
14+
15+ ////
16+ The following section is re-used in the Installation and Upgrade Guide
17+ [[breaking_70_notable]]
18+ === Notable breaking changes
19+ ////
20+ // tag::notable-breaking-changes[]
21+
22+ [float]
23+ [[breaking_75_search_instead_of-msearch]]
24+ === The default setting for `courier:batchSearches` is now `false`
25+
26+ *Details:*
27+ Changing the default setting for `courier:batchSearches` to `false` means
28+ that search requests will use the `_search` {es} endpoint rather than `_msearch`.
29+
30+ *Impact:*
31+ Dashboard panels will load individually, and search requests will terminate
32+ when users navigate away or update the query.
You can’t perform that action at this time.
0 commit comments