Skip to content

Commit 8f59f67

Browse files
author
elasticsearchmachine
committed
Merge remote-tracking branch 'origin/main' into lucene_snapshot
2 parents 44614d3 + 4fd6218 commit 8f59f67

File tree

429 files changed

+6923
-6213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+6923
-6213
lines changed

docs/changelog/113237.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 113237
2+
summary: Retry throttled snapshot deletions
3+
area: Snapshot/Restore
4+
type: bug
5+
issues: []

docs/changelog/114636.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/changelog/114719.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114719
2+
summary: Wait for allocation on scale up
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/114750.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114750
2+
summary: Create an ml node inference endpoint referencing an existing model
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

docs/changelog/114813.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114813
2+
summary: Retry `S3BlobContainer#getRegister` on all exceptions
3+
area: Snapshot/Restore
4+
type: enhancement
5+
issues: []

docs/changelog/114836.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 114836
2+
summary: Support multi-valued fields in compute engine for ST_DISTANCE
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 112910

docs/changelog/114837.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114837
2+
summary: Add warning headers for ingest pipelines containing special characters
3+
area: Ingest Node
4+
type: bug
5+
issues: [ 104411 ]

docs/changelog/114848.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114848
2+
summary: "ESQL: Fix grammar changes around per agg filtering"
3+
area: ES|QL
4+
type: bug
5+
issues: []

docs/changelog/114856.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 114856
2+
summary: "OTel mappings: avoid metrics to be rejected when attributes are malformed"
3+
area: Data streams
4+
type: bug
5+
issues: []

docs/reference/cat/indices.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
[IMPORTANT]
88
====
9-
cat APIs are only intended for human consumption using the command line or {kib}
10-
console. They are _not_ intended for use by applications. For application
9+
cat APIs are only intended for human consumption using the command line or {kib}
10+
console. They are _not_ intended for use by applications. For application
1111
consumption, use the <<indices-get-index,get index API>>.
1212
====
1313

@@ -50,6 +50,10 @@ indexing and search. As a result, all document counts include hidden
5050
To get an accurate count of {es} documents, use the <<cat-count,cat count>> or
5151
<<search-count,count>> APIs.
5252

53+
Note that information such as document count, deleted document count and store size are not shown for
54+
indices restored from <<snapshots-source-only-repository,source-only snapshots>> since these indices
55+
do not contain the relevant data structures to retrieve this information from.
56+
5357

5458
[[cat-indices-api-path-params]]
5559
==== {api-path-parms-title}

0 commit comments

Comments
 (0)