mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Documents breaking changes for data frames introduced in #39811.
This commit is contained in:
parent
cbf1c9f3a7
commit
40efb91756
1 changed files with 10 additions and 1 deletions
|
@ -27,8 +27,17 @@ The following section is re-used in the Installation and Upgrade Guide
|
|||
////
|
||||
// tag::notable-breaking-changes[]
|
||||
|
||||
[float]
|
||||
[[breaking_73_data_frames_date_format]]
|
||||
=== Removed support for date histogram format specifications in {dataframe-transforms}
|
||||
|
||||
*Details:* If your {dataframe-transform} groups your data by using a date
|
||||
histogram, the `format` property is no longer supported.
|
||||
|
||||
|
||||
*Impact:* {dataframe-transforms-cap} that were created in 7.2 and use date
|
||||
histograms might no longer work in 7.3. If you run into issues starting a
|
||||
transform, recreate it by copying the `pivot` part of the configuration into the
|
||||
advanced editor of the {dataframe-transforms} wizard. The advanced editor will
|
||||
remove the unsupported attribute once the configuration gets applied.
|
||||
|
||||
// end::notable-breaking-changes[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue