2019-05-01 15:02:34 -04:00
|
|
|
[[release-highlights-7.2.0]]
|
|
|
|
== 7.2.0 release highlights
|
|
|
|
++++
|
|
|
|
<titleabbrev>7.2.0</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
|
|
|
coming[7.2.0]
|
|
|
|
|
|
|
|
//NOTE: The notable-highlights tagged regions are re-used in the
|
|
|
|
//Installation and Upgrade Guide
|
|
|
|
|
|
|
|
// tag::notable-highlights[]
|
2019-06-12 16:43:53 -04:00
|
|
|
[discrete]
|
|
|
|
==== {dataframes-cap}
|
|
|
|
|
|
|
|
beta[] You can now transform your data with
|
|
|
|
{stack-ov}/ml-dataframes.html[data frames]. There is a new {kib} wizard that
|
|
|
|
guides you through the process of creating a {dataframe-transform} to pivot and
|
|
|
|
summarize your data and store it in a new index. Alternatively, you can use
|
|
|
|
{ref}/data-frame-apis.html[{dataframe} APIs] to preview, create, and manage
|
|
|
|
the transforms.
|
2019-05-01 15:02:34 -04:00
|
|
|
|
|
|
|
// end::notable-highlights[]
|
2019-06-24 09:52:41 -04:00
|
|
|
|
|
|
|
// tag::notable-highlights[]
|
|
|
|
[float]
|
|
|
|
==== Closed indices are now replicated
|
|
|
|
|
|
|
|
Elasticsearch 7.2.0 brings better support for closed indices by allowing
|
|
|
|
shards of closed indices to be replicated. As soon as an index is closed,
|
|
|
|
Elasticsearch takes care of safely tearing down the "opened" shards before
|
|
|
|
reinitializing them as "closed" shards, which require much less resources
|
|
|
|
while still providing the ability for shards to be promoted as primaries or
|
|
|
|
to be recovered from peer. The data is also automatically replicated by the
|
|
|
|
cluster to ensure that enough shard copies are safely kept around at all
|
|
|
|
times (configurable with `index.number_of_replicas`).
|
|
|
|
|
|
|
|
In addition to that, it is now possible to snapshot closed indices using
|
2019-06-24 10:19:15 -04:00
|
|
|
the {ref}/modules-snapshots.html[Snapshot/Restore API]. To include a closed index
|
2019-06-24 09:52:41 -04:00
|
|
|
when creating a snapshot on Elasticsearch 7.2+, the `expand_wildcards`
|
|
|
|
parameter must be explicitly set to either `all` or `closed` .
|
|
|
|
|
|
|
|
Note that only indices closed in Elasticsearch 7.2+ are automatically
|
|
|
|
replicated. Indices closed on previous versions of Elasticsearch will
|
|
|
|
remain non replicated unless they are opened and closed again in 7.2+.
|
|
|
|
|
|
|
|
// end::notable-highlights[]
|