- Kibana Guide: other versions:
- What is Kibana?
- Get started
- Set Up Kibana
- Discover
- Visualize
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Metrics
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
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.
Was this helpful?
Thank you for your feedback.