forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fixTileBoundaries
- Loading branch information
Showing
366 changed files
with
4,171 additions
and
2,431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,5 +102,6 @@ BWC_VERSION: | |
- "8.10.2" | ||
- "8.10.3" | ||
- "8.10.4" | ||
- "8.10.5" | ||
- "8.11.0" | ||
- "8.12.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
BWC_VERSION: | ||
- "7.17.15" | ||
- "8.10.4" | ||
- "8.10.5" | ||
- "8.11.0" | ||
- "8.12.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 100031 | ||
summary: Add executed pipelines to bulk api response | ||
area: Indices APIs | ||
type: enhancement | ||
issues: [] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 100872 | ||
summary: Improve painless error wrapping | ||
area: Infra/Scripting | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 100986 | ||
summary: Synchronize Coordinator#onClusterStateApplied | ||
area: Cluster Coordination | ||
type: bug | ||
issues: | ||
- 99023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[[esql-commands]] | ||
== {esql} commands | ||
|
||
++++ | ||
<titleabbrev>Commands</titleabbrev> | ||
++++ | ||
|
||
{esql} provides a comprehensive set of source and processing commands: | ||
|
||
<<esql-source-commands>>:: | ||
include::source-commands/esql-source-commands.asciidoc[tag=list] | ||
|
||
<<esql-processing-commands>>:: | ||
include::processing-commands/esql-processing-commands.asciidoc[tag=list] | ||
|
||
include::source-commands/esql-source-commands.asciidoc[] | ||
include::processing-commands/esql-processing-commands.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[[esql-functions-operators]] | ||
== {esql} functions and operators | ||
|
||
++++ | ||
<titleabbrev>Functions and operators</titleabbrev> | ||
++++ | ||
|
||
{esql} provides a comprehensive set of functions and operators: | ||
|
||
[[esql-functions]] | ||
<<esql-agg-functions>>:: | ||
include::functions/aggregation-functions.asciidoc[tag=list] | ||
|
||
<<esql-math-functions>>:: | ||
include::functions/math-functions.asciidoc[tag=list] | ||
|
||
<<esql-string-functions>>:: | ||
include::functions/string-functions.asciidoc[tag=list] | ||
|
||
<<esql-date-time-functions>>:: | ||
include::functions/date-time-functions.asciidoc[tag=list] | ||
|
||
<<esql-type-conversion-functions>>:: | ||
include::functions/type-conversion-functions.asciidoc[tag=list] | ||
|
||
<<esql-conditional-functions-and-expressions>>:: | ||
include::functions/conditional-functions-and-expressions.asciidoc[tag=list] | ||
|
||
<<esql-mv-functions>>:: | ||
include::functions/mv-functions.asciidoc[tag=list] | ||
|
||
<<esql-operators>>:: | ||
include::functions/operators.asciidoc[tag=list] | ||
|
||
include::functions/aggregation-functions.asciidoc[] | ||
include::functions/math-functions.asciidoc[] | ||
include::functions/string-functions.asciidoc[] | ||
include::functions/date-time-functions.asciidoc[] | ||
include::functions/type-conversion-functions.asciidoc[] | ||
include::functions/conditional-functions-and-expressions.asciidoc[] | ||
include::functions/mv-functions.asciidoc[] | ||
include::functions/operators.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[esql-getting-started]] | ||
== Getting started with {esql} | ||
|
||
++++ | ||
<titleabbrev>Getting started</titleabbrev> | ||
++++ | ||
|
||
coming::[8.11] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[[esql-kibana]] | ||
== Using {esql} in {kib} | ||
|
||
++++ | ||
<titleabbrev>Kibana</titleabbrev> | ||
++++ | ||
|
||
coming::[8.11] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[[esql-language]] | ||
== {esql} language | ||
|
||
++++ | ||
<titleabbrev>{esql} language</titleabbrev> | ||
++++ | ||
|
||
Detailed information about the {esql} language: | ||
|
||
* <<esql-syntax>> | ||
* <<esql-multivalued-fields>> | ||
* <<esql-metadata-fields>> | ||
|
||
include::esql-syntax.asciidoc[] | ||
include::multivalued-fields.asciidoc[] | ||
include::metadata-fields.asciidoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[[esql-limitations]] | ||
== {esql} limitations | ||
|
||
++++ | ||
<titleabbrev>Limitations</titleabbrev> | ||
++++ | ||
|
||
[discrete] | ||
[[esql-supported-types]] | ||
=== Supported types | ||
|
||
* {esql} currently supports the following <<mapping-types,field types>>: | ||
|
||
** `alias` | ||
** `boolean` | ||
** `date` | ||
** `double` (`float`, `half_float`, `scaled_float` are represented as `double`) | ||
** `ip` | ||
** `keyword` family including `keyword`, `constant_keyword`, and `wildcard` | ||
** `int` (`short` and `byte` are represented as `int`) | ||
** `long` | ||
** `null` | ||
** `text` | ||
** `unsigned_long` | ||
** `version` | ||
|
||
[discrete] | ||
[[esql-max-rows]] | ||
=== 10,000 row maximum | ||
|
||
A single query will not return more than 10,000 rows, regardless of the | ||
`LIMIT` command's value. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.