Skip to content

Commit a9fab62

Browse files
authored
[DOCS] Adds breaking changes for 7.5 (#50416)
1 parent eaedb27 commit a9fab62

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/migration.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
This section discusses the changes that you need to be aware of when migrating
77
your 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.
1516
See also <<release-highlights>> and <<release-notes>>.
1617
--
1718

19+
include::migration/migrate_7_5.asciidoc[]
1820
include::migration/migrate_7_4.asciidoc[]
1921
include::migration/migrate_7_3.asciidoc[]
2022
include::migration/migrate_7_2.asciidoc[]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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.

0 commit comments

Comments
 (0)