Skip to content

Commit bf90d9a

Browse files
Merge branch 'main' into svilen-mihaylov/112822
2 parents 703f438 + 23e7fe9 commit bf90d9a

File tree

165 files changed

+4365
-3498
lines changed

Some content is hidden

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

165 files changed

+4365
-3498
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/index/mapper/LogsDbDocumentParsingBenchmark.java

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

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.gradle.api.artifacts.Configuration;
3232
import org.gradle.api.artifacts.dsl.DependencyHandler;
3333
import org.gradle.api.artifacts.type.ArtifactTypeDefinition;
34+
import org.gradle.api.file.FileCollection;
3435
import org.gradle.api.plugins.JavaPluginExtension;
3536
import org.gradle.api.provider.Provider;
3637
import org.gradle.api.specs.Specs;
@@ -88,8 +89,8 @@ public void apply(Project project) {
8889
Map<String, TaskProvider<?>> versionTasks = versionTasks(project, "destructiveDistroUpgradeTest", buildParams.getBwcVersions());
8990
TaskProvider<Task> destructiveDistroTest = project.getTasks().register("destructiveDistroTest");
9091

91-
Configuration examplePlugin = configureExamplePlugin(project);
92-
92+
Configuration examplePluginConfiguration = configureExamplePlugin(project);
93+
FileCollection examplePluginFileCollection = examplePluginConfiguration;
9394
List<TaskProvider<Test>> windowsTestTasks = new ArrayList<>();
9495
Map<ElasticsearchDistributionType, List<TaskProvider<Test>>> linuxTestTasks = new HashMap<>();
9596

@@ -102,9 +103,9 @@ public void apply(Project project) {
102103
t2 -> distribution.isDocker() == false || dockerSupport.get().getDockerAvailability().isAvailable()
103104
);
104105
addDistributionSysprop(t, DISTRIBUTION_SYSPROP, distribution::getFilepath);
105-
addDistributionSysprop(t, EXAMPLE_PLUGIN_SYSPROP, () -> examplePlugin.getSingleFile().toString());
106+
addDistributionSysprop(t, EXAMPLE_PLUGIN_SYSPROP, () -> examplePluginFileCollection.getSingleFile().toString());
106107
t.exclude("**/PackageUpgradeTests.class");
107-
}, distribution, examplePlugin.getDependencies());
108+
}, distribution, examplePluginConfiguration.getDependencies());
108109

109110
if (distribution.getPlatform() == Platform.WINDOWS) {
110111
windowsTestTasks.add(destructiveTask);

distribution/docker/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ ext.expansions = { Architecture architecture, DockerBase base ->
127127
'bin_dir' : base == DockerBase.IRON_BANK ? 'scripts' : 'bin',
128128
'build_date' : buildDate,
129129
'config_dir' : base == DockerBase.IRON_BANK ? 'scripts' : 'config',
130-
'git_revision' : buildParams.gitRevision,
130+
'git_revision' : buildParams.gitRevision.get(),
131131
'license' : base == DockerBase.IRON_BANK ? 'Elastic License 2.0' : 'Elastic-License-2.0',
132132
'package_manager' : base.packageManager,
133133
'docker_base' : base.name().toLowerCase(),
@@ -551,6 +551,7 @@ subprojects { Project subProject ->
551551
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
552552
executable = 'docker'
553553
outputs.file(tarFile)
554+
outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
554555
args "save",
555556
"-o",
556557
tarFile,

docs/changelog/119054.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119054
2+
summary: "[Security Solution] allows `kibana_system` user to manage .reindexed-v8-*\
3+
\ Security Solution indices"
4+
area: Authorization
5+
type: enhancement
6+
issues: []

docs/changelog/119233.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119233
2+
summary: Fixing `GetDatabaseConfigurationAction` response serialization
3+
area: Ingest Node
4+
type: bug
5+
issues: []

docs/changelog/119474.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119474
2+
summary: "Add ES|QL cross-cluster query telemetry collection"
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/changelog/119476.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 119476
2+
summary: Fix TopN row size estimate
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 106956

docs/changelog/119495.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119495
2+
summary: Add mapping for `event_name` for OTel logs
3+
area: Data streams
4+
type: enhancement
5+
issues: []

docs/changelog/119516.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 119516
2+
summary: "Fix: do not let `_resolve/cluster` hang if remote is unresponsive"
3+
area: Search
4+
type: bug
5+
issues: []

docs/reference/cluster/stats.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Returns cluster statistics.
2525

2626
* If the {es} {security-features} are enabled, you must have the `monitor` or
2727
`manage` <<privileges-list-cluster,cluster privilege>> to use this API.
28-
2928
[[cluster-stats-api-desc]]
3029
==== {api-description-title}
3130

@@ -1397,7 +1396,7 @@ as a human-readable string.
13971396
13981397
13991398
`_search`:::
1400-
(object) Contains the information about the <<modules-cross-cluster-search, {ccs}>> usage in the cluster.
1399+
(object) Contains information about <<modules-cross-cluster-search, {ccs}>> usage.
14011400
+
14021401
.Properties of `_search`
14031402
[%collapsible%open]
@@ -1528,7 +1527,11 @@ This may include requests where partial results were returned, but not requests
15281527
15291528
=======
15301529

1530+
15311531
======
1532+
`_esql`:::
1533+
(object) Contains information about <<esql-cross-clusters,{esql} {ccs}>> usage.
1534+
The structure of the object is the same as the `_search` object above.
15321535
15331536
=====
15341537

0 commit comments

Comments
 (0)