mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Adds tagging for notable changes (#39118)
This commit is contained in:
parent
16960a1c71
commit
335c5600fb
1 changed files with 4 additions and 10 deletions
|
@ -11,16 +11,16 @@ See also <<release-highlights>> and <<release-notes>>.
|
|||
|
||||
coming[7.2.0]
|
||||
|
||||
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
||||
//Installation and Upgrade Guide
|
||||
|
||||
* <<breaking_72_index_pattern_changes>>
|
||||
|
||||
//tag::notable-breaking-changes[]
|
||||
|
||||
[float]
|
||||
[[breaking_72_index_pattern_changes]]
|
||||
=== Index pattern changes
|
||||
|
||||
[float]
|
||||
==== Time-based internal index patterns queried as wildcard index patterns
|
||||
=== Time-based internal index patterns queried as wildcard index patterns
|
||||
*Details:* 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 {kib} will
|
||||
|
@ -32,10 +32,4 @@ time-based index patterns to a wildcard pattern to prepare for this change.
|
|||
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-*`.
|
||||
|
||||
|
||||
//NOTE: The notable-breaking-changes tagged regions are re-used in the
|
||||
//Installation and Upgrade Guide
|
||||
|
||||
//tag::notable-breaking-changes[]
|
||||
|
||||
// end::notable-breaking-changes[]
|
Loading…
Add table
Add a link
Reference in a new issue