Skip to content

Commit

Permalink
[DOCS] Adds breaking changes for 7.4 (#46195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchaps committed Sep 20, 2019
1 parent 9ee6f28 commit d4e3aaf
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/migration/migrate_7_4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ The following section is re-used in the Installation and Upgrade Guide
////
// tag::notable-breaking-changes[]

coming[7.4.0]
[float]
[[breaking_74_search_instead_of-msearch]]
=== Use search instead of msearch when batching is disabled

*Details:*
When the advanced setting `courier:batchSearches` is disabled, we
previously sent the search requests as `_msearch` requests.
We now use `_search` when batching is disabled.

*Impact:*
When the advanced setting `courier:batchSearches` is disabled,
requests from *Discover*, *Visualize*, and *Dashboard* will now query {es}
using the `_search` endpoint rather than the `_msearch` endpoint.


// end::notable-breaking-changes[]

0 comments on commit d4e3aaf

Please sign in to comment.