Skip to content

Commit bbf2308

Browse files
authored
Update aws-iam-users-source.md (#5711)
* Update aws-iam-users-source.md * minor fix
1 parent 41267ad commit bbf2308

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/aws-iam-users-source.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description: Learn how to collect the IAM User Inventory logs from the AWS SDK a
99
---
1010

1111
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
import ForwardToSiem from '/docs/reuse/forward-to-siem.md';
1213

1314
<img src={useBaseUrl('img/integrations/misc/aws-iam-logo.png')} alt="logo" width="80" />
1415

@@ -54,6 +55,7 @@ To configure a AWS IAM Users source:
5455
1. Search for and select **AWS IAM Users**.
5556
1. Enter a **Name** for the Source. The description is optional.
5657
1. (Optional) For **Source Category**, enter any string to tag the output collected from the source. Category metadata is stored in a searchable field called `_sourceCategory`.
58+
1. **Forward to SIEM**. Check the checkbox to forward your data to [Cloud SIEM](/docs/cse/) so it becomes part of User Inventory. <br/><ForwardToSiem/>
5759
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
5860
* <img src={useBaseUrl('img/reuse/green-check-circle.png')} alt="green check circle.png" width="20"/> A green circle with a check mark is shown when the field exists and is enabled in the Fields table schema.
5961
* <img src={useBaseUrl('img/reuse/orange-exclamation-point.png')} alt="orange exclamation point.png" width="20"/> An orange triangle with an exclamation point is shown when the field doesn't exist, or is disabled in the Fields table schema. In this case, you'll see an option to automatically add or enable the nonexistent fields to the Fields table schema. If a field is sent to Sumo Logic but isn’t present or enabled in the schema, it’s ignored and marked as **Dropped**.
@@ -66,6 +68,14 @@ To configure a AWS IAM Users source:
6668
1. **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
6769
1. When you are finished configuring the source, click **Save**.
6870

71+
## Metadata fields
72+
73+
| Field | Value | Description |
74+
| :--- | :--- | :--- |
75+
| `_siemVendor` | `Amazon` | Set when **Forward To SIEM** is checked. |
76+
| `_siemProduct` | `AWS IAM User` | Set when **Forward To SIEM** is checked. |
77+
| `_siemDataType` | `Inventory` | Set when **Forward To SIEM** is checked and specific to the API collected. |
78+
6979
## JSON schema
7080

7181
Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for details. 

0 commit comments

Comments
 (0)