Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.4][DOCS] Updates data frame transform terminology (#45967) #46055

Merged
merged 1 commit into from
Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/migration/migrate_7_3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ The following section is re-used in the Installation and Upgrade Guide

[float]
[[breaking_73_data_frames_date_format]]
=== Removed support for date histogram format specifications in {dataframe-transforms}
=== Removed support for date histogram format specifications in {transforms}

*Details:* If your {dataframe-transform} groups your data by using a date
*Details:* If your {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
*Impact:* {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
{transform}, recreate it by copying the `pivot` part of the configuration into the
advanced editor of the {transforms} wizard. The advanced editor will
remove the unsupported attribute once the configuration gets applied.

// end::notable-breaking-changes[]
Expand Down
14 changes: 7 additions & 7 deletions docs/release-notes/highlights-7.2.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,21 +163,21 @@ image::release-notes/images/7.2-localization.jpg[Kibana in Japanese]


[float]
=== Data frames
=== {dataframes-cap}

beta[] Machine Learning now enables you to transform your data with {stack-ov}/ml-dataframes.html[data frames]. A
new wizard guides you through the process of creating a data frame: selecting
beta[] Machine Learning now enables you to transform your data with {stack-ov}/ml-dataframes.html[{dataframes}]. A
new wizard guides you through the process of creating a {dataframe}: selecting
the source data, the fields you want to group by, and the aggregations for
pivoting the data. There is also a preview of the transform for reviewing the configuration.

[role="screenshot"]
image::release-notes/images/7.2-data-frames.png[Data frames]
image::release-notes/images/7.2-data-frames.png[{dataframes-cap}]

Data frames jobs are managed on a new list page, displaying the details and
status of each job, and controls for starting, stopping, or deleting jobs.
{transforms-cap} are managed on a new list page, displaying the details and
status of each {tranform}, and controls for starting, stopping, or deleting {transforms}.

[role="screenshot"]
image::release-notes/images/7.2-data-frames-list-view.png[Data frames]
image::release-notes/images/7.2-data-frames-list-view.png[{dataframes-cap}]

[float]
=== Search for influencers in Anomaly Explorer
Expand Down