From a2af629b486e25a62412e2cc5425de05cacfda58 Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Mon, 11 Jun 2018 15:21:10 -0700 Subject: [PATCH 1/3] [DOCS] Added release highlights for 6.3 --- .../release-notes/highlights-6.3.0.asciidoc | 43 ++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/highlights-6.3.0.asciidoc b/docs/reference/release-notes/highlights-6.3.0.asciidoc index fdedf762a62ec..7770e295388f9 100644 --- a/docs/reference/release-notes/highlights-6.3.0.asciidoc +++ b/docs/reference/release-notes/highlights-6.3.0.asciidoc @@ -4,6 +4,45 @@ 6.3.0 ++++ -coming[6.3.0] +Here are the highlights of features that were added in Elasticsaerch 6.3.0. -See also <>. +Refer to the <> for the full list +of changes in this release. + +NOTE: We want your feedback on the experiemental features in this release! Let +us know what you’d like to see next and any problems you encounter. + +=== SQL +This experimental feature enables users who are familiar with SQL to +use SQL statements to query Elasticsearch indices. In addition to querying +through the SQL API, you can use the Translate API to see how SQL queries +are translated to native ELasticsearch queries. + +The included SQL CLI provides a simple way to submit SQL queries to Elasticsearch. +Similarly, the Elasticsearch JDBC driver enables you to connect your favorite +JDBC-compatible tool to Elasticsearch. + +For more information, see <>. + +=== Rollups +This experimental feature enables you to summarize and store historical data +so that is still available for analysis, but consumes significantly less +storage space. This is particularly useful when you're working with monitoring +and metrics data where it's not feasible to retain the raw data indefinitely. + +When you ask Elasticsearch to store a rollup of data, it also stores the underlying +statistics. For example, if you roll up an average, the sum and count are also +stored so that the average can be recomputed at query time. This enables you to +query both rolled up data and “live” data simultaneously using the standard +query DSL. + +For more information, see <>. + +=== Java 10 Support +Java 9 was a short-term release that reached EOL in March 2018. 6.3.0 introduces +support for Java 10, which is scheduled to reach EOL in September 2018. + +If you are not comfortable with the rapid release cycle of Java short term +versions (and EOL dates), you can continue to use Java 8. See the +https://www.elastic.co/support/matrix#matrix_jvm[support matrix] +for all of the JVM options for Elasticsearch. From b83dbfd00e2f1e2adf97d967cfade3edb78e681d Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Tue, 12 Jun 2018 10:22:13 -0700 Subject: [PATCH 2/3] [DOCS] Fixed typos and link to rollup section. --- docs/reference/release-notes/highlights-6.3.0.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/release-notes/highlights-6.3.0.asciidoc b/docs/reference/release-notes/highlights-6.3.0.asciidoc index 7770e295388f9..b44ecf2a730e3 100644 --- a/docs/reference/release-notes/highlights-6.3.0.asciidoc +++ b/docs/reference/release-notes/highlights-6.3.0.asciidoc @@ -4,12 +4,12 @@ 6.3.0 ++++ -Here are the highlights of features that were added in Elasticsaerch 6.3.0. +Here are the highlights of features that were added in ELasticsearch 6.3.0. Refer to the <> for the full list of changes in this release. -NOTE: We want your feedback on the experiemental features in this release! Let +NOTE: We want your feedback on the experimental features in this release! Let us know what you’d like to see next and any problems you encounter. === SQL @@ -36,7 +36,7 @@ stored so that the average can be recomputed at query time. This enables you to query both rolled up data and “live” data simultaneously using the standard query DSL. -For more information, see <>. +For more information, see <>. === Java 10 Support Java 9 was a short-term release that reached EOL in March 2018. 6.3.0 introduces From 8f05d6b54f3de3a016218ff2b93b607ee8caaf6f Mon Sep 17 00:00:00 2001 From: Deb Adair Date: Tue, 12 Jun 2018 10:26:05 -0700 Subject: [PATCH 3/3] [DOCS] Fixed typo --- docs/reference/release-notes/highlights-6.3.0.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/release-notes/highlights-6.3.0.asciidoc b/docs/reference/release-notes/highlights-6.3.0.asciidoc index b44ecf2a730e3..185be7ca9f0c8 100644 --- a/docs/reference/release-notes/highlights-6.3.0.asciidoc +++ b/docs/reference/release-notes/highlights-6.3.0.asciidoc @@ -4,7 +4,7 @@ 6.3.0 ++++ -Here are the highlights of features that were added in ELasticsearch 6.3.0. +Here are the highlights of features that were added in Elasticsearch 6.3.0. Refer to the <> for the full list of changes in this release.