Skip to content

Commit c156c20

Browse files
Merge branch 'main' into chore/event-original-part2
2 parents 6b6fb30 + 8477eb1 commit c156c20

File tree

46 files changed

+236
-38
lines changed

Some content is hidden

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

46 files changed

+236
-38
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.6-SNAPSHOT
37+
STACK_VERSION: 8.19.7-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.6-SNAPSHOT
51+
STACK_VERSION: 8.19.7-SNAPSHOT
5252
STACK_LOGSDB_ENABLED: "true"
5353
PUBLISH_COVERAGE_REPORTS: "false"
5454
depends_on:

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "4.3.2"
3+
changes:
4+
- description: Update transform to filter out document containing an error.message from AWS Config, AWS Inspector, and AWS Security Hub latest indexes.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15722
27
- version: "4.3.1"
38
changes:
49
- description: Update the AWS CloudWatch documentation.

packages/aws/elasticsearch/transform/latest_cdr_misconfigurations/transform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source:
22
index:
33
- "logs-aws.securityhub_findings_full_posture-*"
4+
query:
5+
bool:
6+
must_not:
7+
exists:
8+
field: error.message
49
dest:
510
index: "security_solution-aws.misconfiguration_latest-v2"
611
aliases:
@@ -27,4 +32,4 @@ _meta:
2732
managed: true
2833
# Bump this version to delete, reinstall, and restart the transform during package.
2934
# Version bump is needed if there is any code change in transform.
30-
fleet_transform_version: 0.2.0
35+
fleet_transform_version: 0.2.1

packages/aws/elasticsearch/transform/latest_cdr_misconfigurations_awsconfig/transform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
source:
33
index:
44
- "logs-aws.config-*"
5+
query:
6+
bool:
7+
must_not:
8+
exists:
9+
field: error.message
510
dest:
611
index: "security_solution-awsconfig.misconfiguration_latest-v1"
712
aliases:
@@ -30,4 +35,4 @@ _meta:
3035
managed: true
3136
# Bump this version to delete, reinstall, and restart the transform during
3237
# package installation.
33-
fleet_transform_version: 0.1.0
38+
fleet_transform_version: 0.1.1

packages/aws/elasticsearch/transform/latest_cdr_vulnerabilities_awsinspector/transform.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ source:
88
aws.inspector.status: ACTIVE
99
- match:
1010
aws.inspector.type: PACKAGE_VULNERABILITY
11+
must_not:
12+
exists:
13+
field: error.message
1114
dest:
1215
index: "security_solution-awsinspector.vulnerability_latest-v1"
1316
aliases:
@@ -33,4 +36,4 @@ _meta:
3336
managed: true
3437
# Bump this version to delete, reinstall, and restart the transform during package.
3538
# Version bump is needed if there is any code change in transform.
36-
fleet_transform_version: 0.1.0
39+
fleet_transform_version: 0.1.1

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: aws
33
title: AWS
4-
version: "4.3.1"
4+
version: "4.3.2"
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

packages/cloud_security_posture/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
# 1.4.x - 8.9.x
1717
# 1.3.x - 8.8.x
1818
# 1.2.x - 8.7.x
19+
- version: "3.1.1"
20+
changes:
21+
- description: Update transform to filter out documents containing an error message from latest vulnerability and misconfiguration indexes.
22+
type: enhancement
23+
link: https://github.com/elastic/integrations/pull/15722
1924
- version: "3.1.0"
2025
changes:
2126
- description: Release version 3.1.0

packages/cloud_security_posture/elasticsearch/transform/misconfiguration/transform.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source:
22
index:
33
- "logs-cloud_security_posture.findings-*"
4+
query:
5+
bool:
6+
must_not:
7+
exists:
8+
field: error.message
49
dest:
510
index: "security_solution-cloud_security_posture.misconfiguration_latest-v1"
611
aliases:
@@ -27,4 +32,4 @@ _meta:
2732
managed: true
2833
# Bump this version to delete, reinstall, and restart the transform during package.
2934
# Version bump is needed if there is any code change in transform.
30-
fleet_transform_version: 0.2.0
35+
fleet_transform_version: 0.2.1

packages/cloud_security_posture/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.2
22
name: cloud_security_posture
33
title: "Security Posture Management"
4-
version: "3.1.0"
4+
version: "3.1.1"
55
source:
66
license: "Elastic-2.0"
77
description: "Identify & remediate configuration risks in your Cloud infrastructure"

packages/fortinet_fortiproxy/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
- description: Preserve event.original on pipeline error.
55
type: enhancement
66
link: https://github.com/elastic/integrations/pull/15798
7+
- version: "1.2.3"
8+
changes:
9+
- description: add support for malformed quotes and log version field
10+
type: bugfix
11+
link: https://github.com/elastic/integrations/pull/15766
712
- version: "1.2.2"
813
changes:
914
- description: Generate processor tags and normalize error handler.

0 commit comments

Comments
 (0)