Skip to content

Commit 7d89c66

Browse files
committed
Resolve comments provided by @kcreddy.
1. Add category in manifest. 2. Update readme as suggested.
1 parent 5e87613 commit 7d89c66

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

packages/aws/_dev/build/docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The AWS Config integration collects one type of data: logs.
1212

1313
**Logs** help you keep a record of the findings in AWS Config, allowing you to track and audit compliance status of your resources.
1414

15-
Within the `config` data stream, we first retrieve all config rules using the [DescribeConfigRules](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigRules.html) action. Then, for each specific config rule, we fetch its evaluation results using the [GetComplianceDetailsByConfigRule](https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByConfigRule.html) action. These evaluation results enrich their respective config rules, ultimately producing a finding log.
15+
The AWS Config integration works by first retrieving all config rules using the [DescribeConfigRules](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigRules.html) API. Then, for each specific config rule, the integration fetches its evaluation results using the [GetComplianceDetailsByConfigRule](https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByConfigRule.html) API. These evaluation results enrich their respective config rules, ultimately producing a finding log.
1616

1717
See more details in the [Logs reference](#logs-reference).
1818

@@ -58,7 +58,7 @@ Use this integration if you only need to collect data from the AWS Config servic
5858

5959
**Note**
6060
1. For the current integration package, it is compulsory to add Secret Access Key and Access Key ID.
61-
2. We perform a full sync during each interval.
61+
2. The AWS Config integration performs a full ingestion of all findings during each interval.
6262

6363
## Logs reference
6464

packages/aws/docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The AWS Config integration collects one type of data: logs.
1212

1313
**Logs** help you keep a record of the findings in AWS Config, allowing you to track and audit compliance status of your resources.
1414

15-
Within the `config` data stream, we first retrieve all config rules using the [DescribeConfigRules](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigRules.html) action. Then, for each specific config rule, we fetch its evaluation results using the [GetComplianceDetailsByConfigRule](https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByConfigRule.html) action. These evaluation results enrich their respective config rules, ultimately producing a finding log.
15+
The AWS Config integration works by first retrieving all config rules using the [DescribeConfigRules](https://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigRules.html) API. Then, for each specific config rule, the integration fetches its evaluation results using the [GetComplianceDetailsByConfigRule](https://docs.aws.amazon.com/config/latest/APIReference/API_GetComplianceDetailsByConfigRule.html) API. These evaluation results enrich their respective config rules, ultimately producing a finding log.
1616

1717
See more details in the [Logs reference](#logs-reference).
1818

@@ -58,7 +58,7 @@ Use this integration if you only need to collect data from the AWS Config servic
5858

5959
**Note**
6060
1. For the current integration package, it is compulsory to add Secret Access Key and Access Key ID.
61-
2. We perform a full sync during each interval.
61+
2. The AWS Config integration performs a full ingestion of all findings during each interval.
6262

6363
## Logs reference
6464

packages/aws/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ policy_templates:
187187
- config
188188
categories:
189189
- security
190+
- cloudsecurity_cdr
190191
inputs:
191192
- type: cel
192193
title: Collect AWS Config logs via API

0 commit comments

Comments
 (0)