Skip to content

Commit a2d4963

Browse files
committed
Add Cloudtrail service monitoring configuration example and update changelog
1 parent 2d855c4 commit a2d4963

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ All notable changes to this project will be documented in this file.
6060
- **Post-release**: Fixed incorrect URL and filepaths in the YARA download steps of the *Leveraging LLMs for Alert Enrichment* PoC. ([#8686](https://github.com/wazuh/wazuh-documentation/pull/8686))
6161
- **Post-release**: Corrected inaccurate references to the Wazuh Syscollector module. ([#8713](https://github.com/wazuh/wazuh-documentation/pull/8713))
6262

63+
### Removed
64+
65+
- **Post-release**: Removed `us-gov-*` AWS regions references. ([#8791](https://github.com/wazuh/wazuh-documentation/pull/8791))
66+
6367
## [v4.11.2]
6468

6569
### Added

source/cloud-security/amazon/services/prerequisites/considerations.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@ Below is an example of different AWS services configuration:
245245
<aws_profile>default</aws_profile>
246246
</bucket>
247247
248+
<!-- CloudTrail, 'dev' profile, and 'us-east-1' region -->
249+
<bucket type="cloudtrail">
250+
<name><WAZUH_AWS_BUCKET></name>
251+
<path>dev-cloudtrail</path>
252+
<regions>us-east-1</regions>
253+
<aws_profile>dev</aws_profile>
254+
</bucket>
255+
248256
</wodle>
249257
250258
Where:

0 commit comments

Comments
 (0)