Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into shutdown/restart
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Dec 4, 2024
2 parents c8b8d78 + 4e8e973 commit 5c012fd
Show file tree
Hide file tree
Showing 242 changed files with 7,247 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion distribution/src/config/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ appender.deprecation_rolling.name = deprecation_rolling
appender.deprecation_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.json
appender.deprecation_rolling.layout.type = ECSJsonLayout
# Intentionally follows a different pattern to above
appender.deprecation_rolling.layout.dataset = deprecation.elasticsearch
appender.deprecation_rolling.layout.dataset = elasticsearch.deprecation
appender.deprecation_rolling.filter.rate_limit.type = RateLimitingFilter

appender.deprecation_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation-%i.json.gz
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/116755.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 116755
summary: Smarter field caps with subscribable listener
area: ES|QL
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/116953.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 116953
summary: Fix false positive date detection with trailing dot
area: Mapping
type: bug
issues:
- 116946
6 changes: 6 additions & 0 deletions docs/changelog/116964.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 116964
summary: "Support ST_ENVELOPE and related (ST_XMIN, ST_XMAX, ST_YMIN, ST_YMAX) functions"
area: ES|QL
type: feature
issues:
- 104875
6 changes: 6 additions & 0 deletions docs/changelog/117213.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117213
summary: Fix reconstituting version string from components
area: Ingest Node
type: bug
issues:
- 116950
5 changes: 5 additions & 0 deletions docs/changelog/117230.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117230
summary: Make various alias retrieval APIs wait for cluster to unblock
area: Distributed
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/117530.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117530
summary: Expose operation and request counts separately in repository stats
area: Snapshot/Restore
type: enhancement
issues:
- 104443
6 changes: 6 additions & 0 deletions docs/changelog/117701.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117701
summary: Watcher history index has too many indexed fields -
area: Watcher
type: bug
issues:
- 71479
6 changes: 6 additions & 0 deletions docs/changelog/117762.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117762
summary: "Parse the contents of dynamic objects for [subobjects:false]"
area: Mapping
type: bug
issues:
- 117544
5 changes: 5 additions & 0 deletions docs/changelog/117831.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117831
summary: Fix/QueryBuilderBWCIT_muted_test
area: Search
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117898.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117898
summary: Limit size of query
area: ES|QL
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117917.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117917
summary: Add option to store `sparse_vector` outside `_source`
area: Mapping
type: feature
issues: []
18 changes: 18 additions & 0 deletions docs/changelog/117933.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pr: 117933
summary: Change `deprecation.elasticsearch` keyword to `elasticsearch.deprecation`
area: Infra/Logging
type: bug
issues:
- 83251
breaking:
title: Deprecation logging value change for "data_stream.dataset" and "event.dataset"
area: Logging
details: |-
This change modifies the "data_stream.dataset" and "event.dataset" value for deprecation logging
to use the value `elasticsearch.deprecation` instead of `deprecation.elasticsearch`. This is now
consistent with other values where the name of the service is the first part of the key.
impact: |-
If you are directly consuming deprecation logs for "data_stream.dataset" and "event.dataset" and filtering on
this value, you will need to update your filters to use `elasticsearch.deprecation` instead of
`deprecation.elasticsearch`.
notable: false
5 changes: 5 additions & 0 deletions docs/changelog/117953.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117953
summary: Acquire stats searcher for data stream stats
area: Data streams
type: bug
issues: []
2 changes: 2 additions & 0 deletions docs/reference/cat/alias.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=cat-v]

include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]

include::{es-ref-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]

[[cat-alias-api-example]]
==== {api-examples-title}

Expand Down
6 changes: 6 additions & 0 deletions docs/reference/esql/functions/description/categorize.asciidoc

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

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/st_xmax.asciidoc

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/st_xmin.asciidoc

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/st_ymax.asciidoc

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

5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/st_ymin.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/st_envelope.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/st_xmax.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/st_xmin.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/st_ymax.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/st_ymin.asciidoc

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

61 changes: 61 additions & 0 deletions docs/reference/esql/functions/kibana/definition/st_envelope.json

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

61 changes: 61 additions & 0 deletions docs/reference/esql/functions/kibana/definition/st_xmax.json

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

Loading

0 comments on commit 5c012fd

Please sign in to comment.