Skip to content

Commit

Permalink
Merge branch 'elastic:main' into kql-nested-field-support
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret authored Nov 13, 2024
2 parents 9799f1d + 15930cd commit 342a4b9
Show file tree
Hide file tree
Showing 727 changed files with 9,525 additions and 4,982 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
6 changes: 3 additions & 3 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ steps:
env:
BWC_VERSION: 8.15.4

- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.0
- label: "{{matrix.image}} / 8.16.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.1
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -302,7 +302,7 @@ steps:
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.16.0
BWC_VERSION: 8.16.1

- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0
Expand Down
10 changes: 5 additions & 5 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 8.16.0 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.0#bwcTest
- label: 8.16.1 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -316,7 +316,7 @@ steps:
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 8.16.0
BWC_VERSION: 8.16.1
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -429,7 +429,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk21
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -471,7 +471,7 @@ steps:
ES_RUNTIME_JAVA:
- openjdk21
- openjdk23
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ BWC_VERSION:
- "8.13.4"
- "8.14.3"
- "8.15.4"
- "8.16.0"
- "8.16.1"
- "8.17.0"
- "9.0.0"
1 change: 1 addition & 0 deletions .ci/dockerOnLinuxExclusions
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ sles-15.2
sles-15.3
sles-15.4
sles-15.5
sles-15.6

# These OSes are deprecated and filtered starting with 8.0.0, but need to be excluded
# for PR checks
Expand Down
3 changes: 1 addition & 2 deletions .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
BWC_VERSION:
- "8.15.4"
- "8.16.0"
- "8.16.1"
- "8.17.0"
- "9.0.0"
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log4j = 2.19.0
slf4j = 2.0.6
ecsLogging = 1.2.0
jna = 5.12.1
netty = 4.1.109.Final
netty = 4.1.115.Final
commons_lang3 = 3.9
google_oauth_client = 1.34.1

Expand Down
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,11 @@ gradle.projectsEvaluated {
}
}

tasks.named("validateChangelogs") {
onlyIf { project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") || it == 'functionalTests' } == false }
tasks.named("validateChangelogs").configure {
def triggeredTaskNames = gradle.startParameter.taskNames
onlyIf {
triggeredTaskNames.any { it.startsWith("checkPart") || it == 'functionalTests' } == false
}
}

tasks.named("precommit") {
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/104683.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 104683
summary: "Feature: re-structure document ID generation favoring _id inverted index compression"
area: Logs
type: enhancement
issues: []
6 changes: 0 additions & 6 deletions docs/changelog/106520.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107047.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/107936.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/109017.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/109193.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/109414.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions docs/changelog/109583.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/109667.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/109684.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110021.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110116.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110216.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions docs/changelog/110237.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110399.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110427.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110520.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110524.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110527.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110554.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110574.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110578.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110593.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110603.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110606.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110630.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110633.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110669.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110676.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110677.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110718.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110734.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110796.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions docs/changelog/110816.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions docs/changelog/110829.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110833.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110846.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110847.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110860.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions docs/changelog/110879.yaml

This file was deleted.

Loading

0 comments on commit 342a4b9

Please sign in to comment.