IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Breaking changes in 7.4
editBreaking changes in 7.4
editThis section discusses the changes that you need to be aware of when migrating your application to Kibana 7.4.
Use search instead of msearch when batching is disabled
editDetails:
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 Elasticsearch
using the _search
endpoint rather than the _msearch
endpoint.