You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,10 @@ All notable changes to this project will be documented in this file.
60
60
-**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))
61
61
-**Post-release**: Corrected inaccurate references to the Wazuh Syscollector module. ([#8713](https://github.com/wazuh/wazuh-documentation/pull/8713))
62
62
63
+
### Removed
64
+
65
+
-**Post-release**: Removed `us-gov-*` AWS regions references. ([#8791](https://github.com/wazuh/wazuh-documentation/pull/8791))
Copy file name to clipboardExpand all lines: source/cloud-security/amazon/services/prerequisites/considerations.rst
+5-13Lines changed: 5 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If the S3 bucket contains a long history of logs and its directory structure is
23
23
24
24
- ``only_logs_after``: Allows filtering logs produced after a given date. The date format must be ``YYYY-MMM-DD``. For example, ``2018-AUG-21`` would filter logs generated on or after the 21st of August 2018.
25
25
- ``aws_account_id``: This option will only work on CloudTrail, VPC, and Config buckets. If you have logs from multiple accounts, you can filter which ones will be read by Wazuh. You can specify multiple IDs separating them by commas.
26
-
- ``regions``: This option will only work on CloudTrail, VPC, Config buckets, and Inspector service. If you have logs from multiple regions, you can filter which ones will be read by Wazuh. You can specify multiple regions separating them by commas. It is mandatory to specify the region when configuring an S3 bucket from an AWS GovCloud region (available GovCloud regions are ``us-gov-east-1`` and ``us-gov-west-1``).
26
+
- ``regions``: Works only with CloudTrail, VPC, Config buckets, and Inspector service. Use it to filter which regions Wazuh reads when you have logs from multiple regions. Separate multiple regions with commas.
27
27
- ``path``: If your logs are stored in a given path in an S3 bucket, this option can be specified. For example, to read logs stored in the directory ``vpclogs/``, it is necessary to specify the path ``vpclogs`` in the Wazuh module for AWS configuration. It can also be specified with ``/`` or ``\``.
28
28
- ``aws_organization_id``: This option will only work on CloudTrail buckets. If you have configured an organization, you need to specify the name of the AWS organization by using this parameter.
29
29
@@ -245,20 +245,12 @@ Below is an example of different AWS services configuration:
245
245
<aws_profile>default</aws_profile>
246
246
</bucket>
247
247
248
-
<!-- CloudTrail, 'gov1' profile, and 'us-gov-east-1' GovCloud region -->
248
+
<!-- CloudTrail, 'dev' profile, and 'us-east-1' region -->
249
249
<buckettype="cloudtrail">
250
250
<name><WAZUH_AWS_BUCKET></name>
251
-
<path>cloudtrail-govcloud</path>
252
-
<regions>us-gov-east-1</regions>
253
-
<aws_profile>gov1</aws_profile>
254
-
</bucket>
255
-
256
-
<!-- CloudTrail, 'gov2' profile, and 'us-gov-west-1' GovCloud region -->
0 commit comments