IMPORTANT: Version 7.4 of the Elastic Stack has passed its maintenance date.
This documentation is no longer being updated. For the latest information, see the current release documentation.
Kibana breaking changes
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Kibana breaking changes
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.