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
@@ -54,6 +55,7 @@ To configure a AWS IAM Users source:
54
55
1. Search for and select **AWS IAM Users**.
55
56
1. Enter a **Name** for the Source. The description is optional.
56
57
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/>
57
59
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
58
60
* <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.
59
61
* <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:
66
68
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).
67
69
1. When you are finished configuring the source, click **Save**.
68
70
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
+
69
79
## JSON schema
70
80
71
81
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