Skip to content

Commit

Permalink
Merge branch 'main' into strawgate-patch-kafka-instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
strawgate authored Nov 18, 2024
2 parents 337f4f4 + f4b80fd commit c1c3d80
Show file tree
Hide file tree
Showing 118 changed files with 3,608 additions and 728 deletions.
11 changes: 11 additions & 0 deletions .buildkite/auditbeat/auditbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "auditbeat-check-update"
Expand Down Expand Up @@ -296,6 +301,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -322,6 +330,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "filebeat-check-update"
Expand Down Expand Up @@ -215,6 +220,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -242,6 +250,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/heartbeat/heartbeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "heartbeat-check-update"
Expand Down Expand Up @@ -217,6 +222,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -238,6 +246,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "metricbeat-check-update"
Expand Down Expand Up @@ -326,6 +331,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd metricbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -354,6 +362,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd metricbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/packaging.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
ASDF_MAGE_VERSION: 1.15.0
AWS_ARM_INSTANCE_TYPE: "m6g.xlarge"
AWS_IMAGE_UBUNTU_ARM_64: "platform-ingest-beats-ubuntu-2204-aarch64"
GCP_DEFAULT_MACHINE_TYPE: "c2d-highcpu-8"
GCP_DEFAULT_MACHINE_TYPE: "c2d-standard-8"
IMAGE_UBUNTU_X86_64: "family/platform-ingest-beats-ubuntu-2204"

PLATFORMS: "+all linux/amd64 linux/arm64 windows/amd64 darwin/amd64 darwin/arm64"
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/packetbeat/pipeline.packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "packetbeat-check-update"
Expand Down Expand Up @@ -268,6 +273,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -295,6 +303,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.auditbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ env:
# Module tests
BEAT_PATH: "x-pack/auditbeat"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-auditbeat-check-update"
Expand Down Expand Up @@ -276,6 +281,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -302,6 +310,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/auditbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-filebeat-check-update"
Expand Down Expand Up @@ -323,6 +328,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -349,6 +357,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/filebeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.heartbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-heartbeat-check-update"
Expand Down Expand Up @@ -286,6 +291,9 @@ steps:
installNodeJsDependencies
cd x-pack/heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -313,6 +321,9 @@ steps:
installNodeJsDependencies
cd x-pack/heartbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ env:
# Module tests
BEAT_PATH: "x-pack/metricbeat"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-metricbeat-check-update"
Expand Down Expand Up @@ -302,6 +307,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/metricbeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -329,6 +337,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/metricbeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-osquerybeat-check-update"
Expand Down Expand Up @@ -225,6 +230,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/osquerybeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand All @@ -243,6 +251,9 @@ steps:
set -euo pipefail
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/osquerybeat && mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
11 changes: 11 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ env:
RACE_DETECTOR: "true"
TEST_COVERAGE: "true"

# Concurrency definition
CONCURRENCY_GROUP: "orka-concurrency-group"
CONCURRENCY_COUNT: 10
CONCURRENCY_METHOD: eager

steps:
- group: "Check/Update"
key: "x-pack-packetbeat-check-update"
Expand Down Expand Up @@ -381,6 +386,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down Expand Up @@ -408,6 +416,9 @@ steps:
source .buildkite/scripts/install_macos_tools.sh
cd x-pack/packetbeat
mage build unitTest
concurrency_group: "${CONCURRENCY_GROUP}"
concurrency: "${CONCURRENCY_COUNT}"
concurrency_method: "${CONCURRENCY_METHOD}"
retry:
automatic:
- limit: 3 # using higher retries for now due to lack of custom vm images and vendor instability
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v0.76.1
uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1

- name: Run Updatecli in Apply mode
run: updatecli --experimental apply --config .github/workflows/updatecli.d/bump-elastic-stack-snapshot.yml --values .github/workflows/updatecli.d/values.d/scm.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@6b8881a17fc8038e884ec94ff72a49e8e8a4069f # v0.76.1
uses: updatecli/updatecli-action@704a64517239e0993c5e3bf6749a063b8f950d9f # v0.76.1

- name: Run Updatecli in Apply mode
run: updatecli --experimental apply --config .github/workflows/updatecli.d/${{ matrix.file }} --values .github/workflows/updatecli.d/values.d/scm.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.d/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ targets:
scmid: githubConfig
kind: file
spec:
content: 'go {{ source "gomod" }}'
content: 'go {{ source "latestGoVersion" }}'
file: go.mod
matchpattern: 'go \d+.\d+.\d+'
update-go-version:
Expand Down
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.8
1.22.9
Loading

0 comments on commit c1c3d80

Please sign in to comment.