Skip to content

Commit d97f15f

Browse files
committed
Merge branch 'main' of github.com:elastic/integrations into remove-unused-pipelines
2 parents 91e8ad2 + fe3ae11 commit d97f15f

File tree

1,062 files changed

+76044
-18828
lines changed

Some content is hidden

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

1,062 files changed

+76044
-18828
lines changed

.buildkite/pipeline.schedule-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
env:
3535
SERVERLESS: "false"
3636
FORCE_CHECK_ALL: "true"
37-
STACK_VERSION: 8.19.8-SNAPSHOT
37+
STACK_VERSION: 8.19.9-SNAPSHOT
3838
PUBLISH_COVERAGE_REPORTS: "true"
3939
depends_on:
4040
- step: "check"
@@ -48,7 +48,7 @@ steps:
4848
env:
4949
SERVERLESS: "false"
5050
FORCE_CHECK_ALL: "true"
51-
STACK_VERSION: 8.19.8-SNAPSHOT
51+
STACK_VERSION: 8.19.9-SNAPSHOT
5252
STACK_LOGSDB_ENABLED: "true"
5353
PUBLISH_COVERAGE_REPORTS: "false"
5454
depends_on:

.buildkite/pipeline.schedule-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
env:
2222
SERVERLESS: "false"
2323
FORCE_CHECK_ALL: "true"
24-
STACK_VERSION: 8.19.8-SNAPSHOT
24+
STACK_VERSION: 8.19.9-SNAPSHOT
2525
PUBLISH_COVERAGE_REPORTS: "false"
2626
ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI: "true"
2727
depends_on:

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
/packages/aws_cloudtrail_otel @elastic/obs-infraobs-integrations
9090
/packages/aws_logs @elastic/obs-ds-hosted-services
9191
/packages/aws_mq @elastic/obs-infraobs-integrations
92+
/packages/aws_securityhub @elastic/security-service-integrations
9293
/packages/aws_bedrock_agentcore @elastic/obs-infraobs-integrations
9394
/packages/aws_vpcflow_otel @elastic/obs-infraobs-integrations
9495
/packages/awsfargate @elastic/obs-infraobs-integrations

.github/ISSUE_TEMPLATE/integration_bug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ body:
4848
- AWS Cost and Usage Report (CUR 2.0) [aws_billing]
4949
- AWS ELB OpenTelemetry Assets [aws_elb_otel]
5050
- AWS Fargate (for ECS clusters) [awsfargate]
51+
- AWS Security Hub [aws_securityhub]
5152
- AWS VPC Flow Logs OpenTelemetry Assets [aws_vpcflow_otel]
5253
- AWS [aws]
5354
- Azure AI Foundry [azure_ai_foundry]
@@ -143,7 +144,7 @@ body:
143144
- Cyware Intel Exchange [ti_cyware_intel_exchange]
144145
- Darktrace [darktrace]
145146
- Data Exfiltration Detection [ded]
146-
- Defend for Containers (Deprecated) [cloud_defend]
147+
- Defend for Containers (BETA) [cloud_defend]
147148
- Digital Guardian [digital_guardian]
148149
- Docker OpenTelemetry Assets [docker_otel]
149150
- Docker [docker]

.github/ISSUE_TEMPLATE/integration_feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ body:
4848
- AWS Cost and Usage Report (CUR 2.0) [aws_billing]
4949
- AWS ELB OpenTelemetry Assets [aws_elb_otel]
5050
- AWS Fargate (for ECS clusters) [awsfargate]
51+
- AWS Security Hub [aws_securityhub]
5152
- AWS VPC Flow Logs OpenTelemetry Assets [aws_vpcflow_otel]
5253
- AWS [aws]
5354
- Azure AI Foundry [azure_ai_foundry]
@@ -143,7 +144,7 @@ body:
143144
- Cyware Intel Exchange [ti_cyware_intel_exchange]
144145
- Darktrace [darktrace]
145146
- Data Exfiltration Detection [ded]
146-
- Defend for Containers (Deprecated) [cloud_defend]
147+
- Defend for Containers (BETA) [cloud_defend]
147148
- Digital Guardian [digital_guardian]
148149
- Docker OpenTelemetry Assets [docker_otel]
149150
- Docker [docker]

.github/workflows/bump-elastic-stack-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v6
2626

2727
- name: Install Updatecli in the runner
28-
uses: updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 #v2.96.0
28+
uses: updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804 #v2.98.0
2929

3030
- name: Select diff action
3131
if: ${{ github.event_name == 'pull_request' }}

go.mod

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,31 @@ require (
99
github.com/elastic/elastic-package v0.117.1
1010
github.com/elastic/go-licenser v0.4.2
1111
github.com/elastic/go-ucfg v0.8.8
12-
github.com/elastic/package-registry v1.33.0
12+
github.com/elastic/package-registry v1.34.0
1313
github.com/magefile/mage v1.15.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/stretchr/testify v1.11.1
16-
golang.org/x/mod v0.30.0
17-
golang.org/x/tools v0.39.0
16+
golang.org/x/mod v0.31.0
17+
golang.org/x/tools v0.40.0
1818
gopkg.in/yaml.v3 v3.0.1
1919
gotest.tools/gotestsum v1.13.0
2020
)
2121

2222
require (
2323
cel.dev/expr v0.24.0 // indirect
24-
cloud.google.com/go v0.121.6 // indirect
24+
cloud.google.com/go v0.123.0 // indirect
2525
cloud.google.com/go/auth v0.17.0 // indirect
2626
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2727
cloud.google.com/go/compute/metadata v0.9.0 // indirect
28-
cloud.google.com/go/iam v1.5.2 // indirect
28+
cloud.google.com/go/iam v1.5.3 // indirect
2929
cloud.google.com/go/monitoring v1.24.2 // indirect
3030
cloud.google.com/go/pubsub/v2 v2.0.0 // indirect
31-
cloud.google.com/go/storage v1.57.1 // indirect
31+
cloud.google.com/go/storage v1.58.0 // indirect
3232
dario.cat/mergo v1.0.1 // indirect
3333
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
34-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
35-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
36-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
34+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
35+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
36+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
3737
github.com/MakeNowJust/heredoc v1.0.0 // indirect
3838
github.com/Masterminds/goutils v1.1.1 // indirect
3939
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/clipperhouse/stringish v0.1.1 // indirect
6767
github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
6868
github.com/cloudflare/circl v1.6.1 // indirect
69-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
69+
github.com/cncf/xds/go v0.0.0-20251022180443-0feb69152e9f // indirect
7070
github.com/creack/pty v1.1.19 // indirect
7171
github.com/creasty/defaults v1.8.0 // indirect
7272
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -81,7 +81,7 @@ require (
8181
github.com/elastic/kbncontent v0.1.4 // indirect
8282
github.com/elastic/package-spec/v3 v3.5.4 // indirect
8383
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
84-
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
84+
github.com/envoyproxy/go-control-plane/envoy v1.35.0 // indirect
8585
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
8686
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
8787
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/fsouza/fake-gcs-server v1.52.3 // indirect
9494
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
9595
github.com/go-errors/errors v1.4.2 // indirect
96-
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
96+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
9797
github.com/go-logr/logr v1.4.3 // indirect
9898
github.com/go-logr/stdr v1.2.2 // indirect
9999
github.com/go-ole/go-ole v1.2.6 // indirect
@@ -113,7 +113,7 @@ require (
113113
github.com/google/s2a-go v0.1.9 // indirect
114114
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
115115
github.com/google/uuid v1.6.0 // indirect
116-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
116+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
117117
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
118118
github.com/gorilla/handlers v1.5.2 // indirect
119119
github.com/gorilla/mux v1.8.1 // indirect
@@ -180,7 +180,7 @@ require (
180180
github.com/spf13/cast v1.7.0 // indirect
181181
github.com/spf13/cobra v1.10.1 // indirect
182182
github.com/spf13/pflag v1.0.10 // indirect
183-
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
183+
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
184184
github.com/stretchr/objx v0.5.2 // indirect
185185
github.com/tklauser/go-sysconf v0.3.14 // indirect
186186
github.com/tklauser/numcpus v0.8.0 // indirect
@@ -191,43 +191,42 @@ require (
191191
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
192192
github.com/yuin/goldmark v1.7.13 // indirect
193193
github.com/yusufpapurcu/wmi v1.2.4 // indirect
194-
github.com/zeebo/errs v1.4.0 // indirect
195-
go.elastic.co/apm/module/apmgorilla/v2 v2.7.1 // indirect
196-
go.elastic.co/apm/module/apmhttp/v2 v2.7.1 // indirect
197-
go.elastic.co/apm/module/apmzap/v2 v2.7.1 // indirect
198-
go.elastic.co/apm/v2 v2.7.1 // indirect
194+
go.elastic.co/apm/module/apmgorilla/v2 v2.7.2 // indirect
195+
go.elastic.co/apm/module/apmhttp/v2 v2.7.2 // indirect
196+
go.elastic.co/apm/module/apmzap/v2 v2.7.2 // indirect
197+
go.elastic.co/apm/v2 v2.7.2 // indirect
199198
go.elastic.co/ecszap v1.0.3 // indirect
200199
go.elastic.co/fastjson v1.5.1 // indirect
201200
go.mongodb.org/mongo-driver v1.11.1 // indirect
202201
go.opencensus.io v0.24.0 // indirect
203-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
204-
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
205-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
202+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
203+
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
204+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
206205
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
207-
go.opentelemetry.io/otel v1.37.0 // indirect
208-
go.opentelemetry.io/otel/metric v1.37.0 // indirect
209-
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
210-
go.opentelemetry.io/otel/sdk/metric v1.37.0 // indirect
211-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
206+
go.opentelemetry.io/otel v1.38.0 // indirect
207+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
208+
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
209+
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
210+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
212211
go.uber.org/multierr v1.11.0 // indirect
213-
go.uber.org/zap v1.27.0 // indirect
212+
go.uber.org/zap v1.27.1 // indirect
214213
go.yaml.in/yaml/v2 v2.4.2 // indirect
215214
go.yaml.in/yaml/v3 v3.0.4 // indirect
216-
golang.org/x/crypto v0.45.0 // indirect
215+
golang.org/x/crypto v0.46.0 // indirect
217216
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
218-
golang.org/x/net v0.47.0 // indirect
219-
golang.org/x/oauth2 v0.32.0 // indirect
220-
golang.org/x/sync v0.18.0 // indirect
221-
golang.org/x/sys v0.38.0 // indirect
222-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
223-
golang.org/x/term v0.37.0 // indirect
224-
golang.org/x/text v0.31.0 // indirect
217+
golang.org/x/net v0.48.0 // indirect
218+
golang.org/x/oauth2 v0.33.0 // indirect
219+
golang.org/x/sync v0.19.0 // indirect
220+
golang.org/x/sys v0.39.0 // indirect
221+
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
222+
golang.org/x/term v0.38.0 // indirect
223+
golang.org/x/text v0.32.0 // indirect
225224
golang.org/x/time v0.14.0 // indirect
226-
google.golang.org/api v0.254.0 // indirect
227-
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
228-
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
229-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
230-
google.golang.org/grpc v1.76.0 // indirect
225+
google.golang.org/api v0.257.0 // indirect
226+
google.golang.org/genproto v0.0.0-20250922171735-9219d122eba9 // indirect
227+
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect
228+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect
229+
google.golang.org/grpc v1.77.0 // indirect
231230
google.golang.org/protobuf v1.36.10 // indirect
232231
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
233232
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -247,7 +246,7 @@ require (
247246
modernc.org/libc v1.66.10 // indirect
248247
modernc.org/mathutil v1.7.1 // indirect
249248
modernc.org/memory v1.11.0 // indirect
250-
modernc.org/sqlite v1.40.0 // indirect
249+
modernc.org/sqlite v1.40.1 // indirect
251250
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
252251
sigs.k8s.io/kustomize/api v0.20.1 // indirect
253252
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect

0 commit comments

Comments
 (0)