- 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
Breaking changes in 7.2
editBreaking changes in 7.2
editThis section discusses the changes that you need to be aware of when migrating your application to Kibana 7.2.
See also release highlights and release notes.
Time-based internal index patterns queried as wildcard index patterns
editDetails: Time-based interval index patterns were deprecated in 5.x. In 6.x, you could no longer create time-based interval index patterns, but they continued to function as expected. In 7.2, functionality has changed such that Kibana will automatically query a time-based interval index pattern as a wildcard index pattern. Support for time-based index patterns will be removed in 8.0. You can migrate your time-based index patterns to a wildcard pattern to prepare for this change.
Impact: If you query a time-based index pattern, that query will now be performed
on the root wildcard term. For example, a query on an index pattern such as
[logstash-]YYYY.MM.DD
will now query all indices that match logstash-*
.