[DOCS] Adds tagging for notable changes (#39118)

This commit is contained in:
gchaps 2019-06-17 17:02:23 -07:00 committed by GitHub
parent 16960a1c71
commit 335c5600fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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[]