Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into scripted_metric_all…
Browse files Browse the repository at this point in the history
…ow_list
  • Loading branch information
alex-spies committed Jun 7, 2024
2 parents ba7913d + e5b051a commit 4032204
Show file tree
Hide file tree
Showing 238 changed files with 6,577 additions and 1,620 deletions.
6 changes: 6 additions & 0 deletions docs/changelog/107987.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 107987
summary: "ESQL: Implement LOOKUP, an \"inline\" enrich"
area: ES|QL
type: enhancement
issues:
- 107306
6 changes: 6 additions & 0 deletions docs/changelog/108019.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 108019
summary: Ignore additional cpu.stat fields
area: Infra/Core
type: bug
issues:
- 107983
5 changes: 5 additions & 0 deletions docs/changelog/108682.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 108682
summary: Adding support for explain in rrf
area: Search
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/109357.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109357
summary: Fix task cancellation authz on fulfilling cluster
area: Authorization
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/109370.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 109370
summary: Enable fallback synthetic source by default
area: Mapping
type: feature
issues:
- 106460
5 changes: 5 additions & 0 deletions docs/changelog/109423.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109423
summary: Correct how hex strings are handled when dynamically updating vector dims
area: Vector Search
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/109440.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109440
summary: Fix task cancellation on remote cluster when original request fails
area: Network
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/109470.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109470
summary: Enabling profiling for `RankBuilders` and adding tests for RRF
area: Ranking
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/reference/esql/esql-commands.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ image::images/esql/processing-command.svg[A processing command changing an input
* <<esql-grok>>
* <<esql-keep>>
* <<esql-limit>>
ifeval::["{release-state}"=="unreleased"]
* experimental:[] <<esql-lookup>>
endif::[]
* experimental:[] <<esql-mv_expand>>
* <<esql-rename>>
* <<esql-sort>>
Expand All @@ -58,6 +61,9 @@ include::processing-commands/eval.asciidoc[]
include::processing-commands/grok.asciidoc[]
include::processing-commands/keep.asciidoc[]
include::processing-commands/limit.asciidoc[]
ifeval::["{release-state}"=="unreleased"]
include::processing-commands/lookup.asciidoc[]
endif::[]
include::processing-commands/mv_expand.asciidoc[]
include::processing-commands/rename.asciidoc[]
include::processing-commands/sort.asciidoc[]
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/esql/esql-query-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ For syntax, refer to <<esql-locale-param>>.
`query`::
(Required, string) {esql} query to run. For syntax, refer to <<esql-syntax>>.

ifeval::["{release-state}"=="unreleased"]
`table`::
(Optional, object) Named "table" parameters that can be referenced by the <<esql-lookup>> command.
endif::[]

[discrete]
[role="child_attributes"]
[[esql-query-api-response-body]]
Expand Down
18 changes: 18 additions & 0 deletions docs/reference/esql/functions/kibana/definition/coalesce.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

216 changes: 216 additions & 0 deletions docs/reference/esql/functions/kibana/definition/mv_zip.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/types/coalesce.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/reference/esql/functions/types/mv_zip.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4032204

Please sign in to comment.