|
4 | 4 | <titleabbrev>6.3.0</titleabbrev>
|
5 | 5 | ++++
|
6 | 6 |
|
7 |
| -coming[6.3.0] |
| 7 | +Here are the highlights of features that were added in Elasticsearch 6.3.0. |
8 | 8 |
|
9 |
| -Each release of {es} brings new features and product improvements. Here are the |
10 |
| -highlights of the features that were added in 6.3 and how the user experience |
11 |
| -improved. |
| 9 | +Refer to the <<release-notes-6.3.0,{es} 6.3.0 release notes>> for the full list |
| 10 | +of changes in this release. |
12 | 11 |
|
13 |
| -Refer to the <<release-notes-6.3.0, {es} 6.3 Release Notes>> for a list bug |
14 |
| -fixes and other changes. |
| 12 | +NOTE: We want your feedback on the experimental features in this release! Let |
| 13 | +us know what you’d like to see next and any problems you encounter. |
15 | 14 |
|
16 | 15 | [float]
|
17 |
| -=== Improvements to trend modeling and periodicity testing for forecasting |
| 16 | +=== SQL |
| 17 | +This experimental feature enables users who are familiar with SQL to |
| 18 | +use SQL statements to query Elasticsearch indices. In addition to querying |
| 19 | +through the SQL API, you can use the Translate API to see how SQL queries |
| 20 | +are translated to native ELasticsearch queries. |
| 21 | + |
| 22 | +The included SQL CLI provides a simple way to submit SQL queries to Elasticsearch. |
| 23 | +Similarly, the Elasticsearch JDBC driver enables you to connect your favorite |
| 24 | +JDBC-compatible tool to Elasticsearch. |
| 25 | + |
| 26 | +For more information, see <<xpack-sql, SQL Access>>. |
| 27 | + |
| 28 | +[float] |
| 29 | +=== Rollups |
| 30 | +This experimental feature enables you to summarize and store historical data |
| 31 | +so that is still available for analysis, but consumes significantly less |
| 32 | +storage space. This is particularly useful when you're working with monitoring |
| 33 | +and metrics data where it's not feasible to retain the raw data indefinitely. |
| 34 | + |
| 35 | +When you ask Elasticsearch to store a rollup of data, it also stores the underlying |
| 36 | +statistics. For example, if you roll up an average, the sum and count are also |
| 37 | +stored so that the average can be recomputed at query time. This enables you to |
| 38 | +query both rolled up data and “live” data simultaneously using the standard |
| 39 | +query DSL. |
| 40 | + |
| 41 | +For more information, see <<xpack-rollup, Rolling up historical data>>. |
| 42 | + |
| 43 | +[float] |
| 44 | +=== Java 10 Support |
| 45 | +Java 9 was a short-term release that reached EOL in March 2018. 6.3.0 introduces |
| 46 | +support for Java 10, which is scheduled to reach EOL in September 2018. |
| 47 | + |
| 48 | +If you are not comfortable with the rapid release cycle of Java short term |
| 49 | +versions (and EOL dates), you can continue to use Java 8. See the |
| 50 | +https://www.elastic.co/support/matrix#matrix_jvm[support matrix] |
| 51 | +for all of the JVM options for Elasticsearch. |
| 52 | + |
| 53 | +[float] |
| 54 | +=== Improved trend modeling and periodicity testing for forecasting |
18 | 55 |
|
19 | 56 | {stack-ov}/ml-overview.html#ml-forecasting[Forecasting] is now more reliable and
|
20 | 57 | has greatly improved confidence intervals--particularly for longer time ranges.
|
|
0 commit comments