Skip to content

Commit

Permalink
Merge branch 'main' into uptime_jwt_shared_secret_reload
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis authored Sep 11, 2023
2 parents f5a3150 + 44c3cde commit 428181f
Show file tree
Hide file tree
Showing 347 changed files with 3,574 additions and 1,812 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipelines/ecs-dynamic-template-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ steps:
image: family/elasticsearch-ubuntu-2004
diskSizeGb: 350
machineType: custom-32-98304
notify:
- slack: "#es-delivery"
if: build.state == "failed"
- email: "[email protected]"
if: build.state == "failed"
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private static Operator operator(String grouping, String op, String dataType) {
};
return new HashAggregationOperator(
List.of(supplier(op, dataType, groups.size()).groupingAggregatorFactory(AggregatorMode.SINGLE)),
() -> BlockHash.build(groups, BIG_ARRAYS, 16 * 1024),
() -> BlockHash.build(groups, BIG_ARRAYS, 16 * 1024, false),
new DriverContext()
);
}
Expand Down
5 changes: 0 additions & 5 deletions docs/changelog/98944.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions docs/changelog/99223.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pr: 99223
summary: Remove `transport_versions` from cluster state API
area: Infra/Core
type: breaking
issues: []
breaking:
title: Remove `transport_versions` from cluster state API
area: REST API
details: The `transport_versions` subobject of the response to `GET _cluster/state` has been replaced by the `nodes_versions` subobject.
impact: If needed, retrieve the per-node transport versions from the `nodes_versions` subobject.
notable: false
5 changes: 5 additions & 0 deletions docs/changelog/99231.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 99231
summary: Add manage permission for fleet managed threat intel indices
area: Authorization
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/99434.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 99434
summary: "ESQL: Disable optimizations with bad null handling"
area: ES|QL
type: bug
issues: []
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/auto_bucket.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ include::{esql-specs}/date.csv-spec[tag=auto_bucket_in_agg-result]
|===

NOTE: `AUTO_BUCKET` does not create buckets that don't match any documents. That's
why the example above is missing `1985-02-01` and other dates.
why the example above is missing `1985-03-01` and other dates.

==== Numeric fields

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/ceil.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[esql-ceil]]
=== `CEIL`
[.text-center]
image::esql/functions/signature/floor.svg[Embedded,opts=inline]
image::esql/functions/signature/ceil.svg[Embedded,opts=inline]

Round a number up to the nearest integer.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/pow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ include::{esql-specs}/math.csv-spec[tag=powULOverrun-warning]
include::{esql-specs}/math.csv-spec[tag=powULOverrun-result]
|===

If it is desired to protect against numerical overruns, use `to_double` on either of the arguments:
If it is desired to protect against numerical overruns, use `TO_DOUBLE` on either of the arguments:

[source.merge.styled,esql]
----
Expand Down
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/auto_bucket.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/date_extract.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/date_parse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/is_finite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/is_infinite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_avg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_concat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_count.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_dedupe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_max.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_median.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_min.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/mv_sum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/starts_with.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/to_string.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/to_version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/reference/esql/functions/to_string.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[[esql-to_string]]
=== `TO_STRING`
[.text-center]
image::esql/functions/signature/to_string.svg[Embedded,opts=inline]

Converts a field into a string. For example:

[source.merge.styled,esql]
Expand All @@ -23,3 +26,7 @@ include::{esql-specs}/string.csv-spec[tag=to_string_multivalue-result]
|===

Alias: TO_STR

Supported types:

include::types/to_string.asciidoc[]
7 changes: 7 additions & 0 deletions docs/reference/esql/functions/to_version.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[[esql-to_version]]
=== `TO_VERSION`
[.text-center]
image::esql/functions/signature/to_version.svg[Embedded,opts=inline]

Converts an input string to a version value. For example:

[source.merge.styled,esql]
Expand All @@ -14,3 +17,7 @@ include::{esql-specs}/version.csv-spec[tag=to_version-result]
The input can be a single- or multi-valued field or an expression.

Alias: TO_VER

Supported types:

include::types/to_version.asciidoc[]
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/types/auto_bucket.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[%header.monospaced.styled,format=dsv,separator=|]
|===
arg1 | arg2 | arg3 | arg4 | result

|===
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/types/date_extract.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[%header.monospaced.styled,format=dsv,separator=|]
|===
arg1 | arg2 | result
datetime | keyword | long
|===
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/types/date_parse.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[%header.monospaced.styled,format=dsv,separator=|]
|===
arg1 | arg2 | result
keyword | keyword | datetime
|===
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/types/is_finite.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[%header.monospaced.styled,format=dsv,separator=|]
|===
arg1 | result
double | boolean
|===
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/types/is_infinite.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[%header.monospaced.styled,format=dsv,separator=|]
|===
arg1 | result
double | boolean
|===
Loading

0 comments on commit 428181f

Please sign in to comment.