Skip to content

Commit b888df3

Browse files
Address PR comment
1 parent 79e53bf commit b888df3

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

packages/aws/changelog.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# newer versions go on top
22
- version: "3.12.0"
33
changes:
4-
- description: Mapping changes in `inspector` datastream for Cloud Detection and Response (CDR) vulnerability workflow.
5-
type: enhancement
6-
link: https://github.com/elastic/integrations/pull/14306
7-
- description: Parse and map newly introduced fields in the `inspector` data stream.
8-
type: enhancement
9-
link: https://github.com/elastic/integrations/pull/14306
10-
- description: Enable request trace log removal.
11-
type: enhancement
12-
link: https://github.com/elastic/integrations/pull/14306
13-
- description: Enable Agentless deployment.
4+
- description: |
5+
Mapping changes in `inspector` datastream for Cloud Detection and Response (CDR) vulnerability workflow.
6+
Parse and map newly introduced fields in the `inspector` data stream.
7+
Enable request trace log removal and Agentless deployment in the `inspector` data stream.
148
type: enhancement
159
link: https://github.com/elastic/integrations/pull/14306
1610
- version: "3.11.0"

packages/aws/data_stream/guardduty/_dev/test/system/test-default-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
input: httpjson
2-
skip:
3-
reason: "The cursor is incorrectly set before the chain request call instead of after publishing all the events, which causes the system tests to fail but does not stop the data flow."
4-
link: https://github.com/elastic/integrations/issues/14491
52
service: guardduty
63
vars:
74
secret_access_key: xxxx

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conditions:
1111
elastic:
1212
subscription: basic
1313
kibana:
14-
version: "^8.19.0 || ^9.1.0"
14+
version: "~8.16.6 || ~8.17.4 || ^8.18.0 || ^9.0.0"
1515
screenshots:
1616
- src: /img/metricbeat-aws-overview.png
1717
title: metricbeat aws overview

0 commit comments

Comments
 (0)