Skip to content

Commit fb05d84

Browse files
Merge branch 'main' into 2025/06/30/add-node-level-write-load-stats
2 parents 5057324 + 8bcb0c4 commit fb05d84

File tree

149 files changed

+2699
-1008
lines changed

Some content is hidden

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

149 files changed

+2699
-1008
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ For the complete Elasticsearch documentation visit
275275
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html[elastic.co].
276276

277277
For information about our documentation processes, see the
278-
xref:docs/README.asciidoc[docs README].
278+
xref:https://github.com/elastic/elasticsearch/blob/main/docs/README.md[docs README].
279279

280280
[[examples]]
281281
== Examples and guides

docs/changelog/129013.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pr: 129013
2+
summary: "Add remote index support to LOOKUP JOIN"
3+
area: ES|QL
4+
type: feature
5+
issues: [ ]
6+
highlight:
7+
title: Add remote index support to LOOKUP JOIN
8+
body: |-
9+
Queries containing LOOKUP JOIN now can be preformed on cross-cluster indices, for example:
10+
[source,yaml]
11+
----------------------------
12+
FROM logs-*, remote:logs-* | LOOKUP JOIN clients on ip | SORT timestamp | LIMIT 100
13+
----------------------------

docs/changelog/130593.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 130593
2+
summary: Add new `CachePopulationReason`
3+
area: Store
4+
type: enhancement
5+
issues: []

docs/changelog/130776.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 130776
2+
summary: Fix msearch request parsing when index expression is null
3+
area: Search
4+
type: bug
5+
issues:
6+
- 129631

docs/changelog/130924.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 130924
2+
summary: Check field data type before casting when applying geo distance sort
3+
area: Search
4+
type: bug
5+
issues:
6+
- 129500

docs/reference/elasticsearch/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Elasticsearch and index management
1+
# Elasticsearch
22

33
This section contains reference information for {{es}} and index management features.
44

@@ -7,7 +7,7 @@ To learn more about {{es}} features and how to get started, refer to the [{{es}}
77
For more details about query and scripting languages, check these sections:
88
* [Query languages](../query-languages/index.md)
99
* [Scripting languages](../scripting-languages/index.md)
10-
10+
1111
{{es}} also provides the following REST APIs:
1212

1313
* [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch)

docs/reference/elasticsearch/rest-apis/index.md

Lines changed: 664 additions & 0 deletions
Large diffs are not rendered by default.

docs/reference/search-connectors/elastic-managed-connectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
applies_to:
3-
ess: discontinued 9.0.0
3+
ess: removed 9.0.0
44
mapped_pages:
55
- https://www.elastic.co/guide/en/elasticsearch/reference/current/es-native-connectors.html
66
---

muted-tests.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,6 @@ tests:
495495
- class: org.elasticsearch.xpack.esql.inference.bulk.BulkInferenceExecutorTests
496496
method: testSuccessfulExecution
497497
issue: https://github.com/elastic/elasticsearch/issues/130306
498-
- class: org.elasticsearch.ingest.PipelineFactoryTests
499-
method: testCreateUnsupportedFieldAccessPattern
500-
issue: https://github.com/elastic/elasticsearch/issues/130422
501498
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
502499
method: test {p0=msearch/20_typed_keys/Multisearch test with typed_keys parameter for sampler and significant terms}
503500
issue: https://github.com/elastic/elasticsearch/issues/130472
@@ -558,9 +555,6 @@ tests:
558555
- class: org.elasticsearch.xpack.esql.action.EsqlRemoteErrorWrapIT
559556
method: testThatRemoteErrorsAreWrapped
560557
issue: https://github.com/elastic/elasticsearch/issues/130794
561-
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
562-
method: test {ints.InCast SYNC}
563-
issue: https://github.com/elastic/elasticsearch/issues/130796
564558
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
565559
method: test {p0=mtermvectors/10_basic/Tests catching other exceptions per item}
566560
issue: https://github.com/elastic/elasticsearch/issues/122414
@@ -570,9 +564,18 @@ tests:
570564
- class: org.elasticsearch.cluster.ClusterStateSerializationTests
571565
method: testSerializationPreMultiProject
572566
issue: https://github.com/elastic/elasticsearch/issues/130872
573-
- class: org.elasticsearch.cluster.coordination.votingonly.VotingOnlyNodePluginTests
574-
method: testPreferFullMasterOverVotingOnlyNodes
575-
issue: https://github.com/elastic/elasticsearch/issues/130883
567+
- class: org.elasticsearch.search.SearchWithRejectionsIT
568+
method: testOpenContextsAfterRejections
569+
issue: https://github.com/elastic/elasticsearch/issues/130821
570+
- class: org.elasticsearch.packaging.test.DockerTests
571+
method: test082CannotUseEnvVarsAndFiles
572+
issue: https://github.com/elastic/elasticsearch/issues/129808
573+
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
574+
method: testExtractFields
575+
issue: https://github.com/elastic/elasticsearch/issues/130501
576+
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
577+
method: testRowStatsProjectGroupByInt
578+
issue: https://github.com/elastic/elasticsearch/issues/131024
576579

577580
# Examples:
578581
#

qa/mixed-cluster/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ buildParams.bwcVersions.withWireCompatible { bwcVersion, baseName ->
8989
setting 'health.master_history.no_master_transitions_threshold', '10'
9090
}
9191
requiresFeature 'es.index_mode_feature_flag_registered', Version.fromString("8.0.0")
92+
requiresFeature 'sub_objects_auto', Version.fromString("8.16.0")
9293
if (bwcVersion.before(Version.fromString("8.18.0"))) {
9394
jvmArgs '-da:org.elasticsearch.index.mapper.DocumentMapper'
9495
jvmArgs '-da:org.elasticsearch.index.mapper.MapperService'

0 commit comments

Comments
 (0)