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
We're excited to announce the release of our new cloud-to-cloud source for AWS IAM Users. This source collects the IAM User Inventory logs from the AWS SDK and sends them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/aws-iam-users-source).
-[Method 1: GuardDuty > EventBridge > Sumo Logic via HTTP](#method-1-guardduty--eventbridge--sumo-logic-via-http-preferred)
184
+
-[Method 2: GuardDuty > Lambda Function > Sumo Logic via HTTP](#method-2-guardduty--lambda-function--sumo-logic-via-http-alternative)
185
185
186
-
### Method 1: Collecting Amazon GuardDuty logs using EventBridge
186
+
For efficiency and seamless integration, Method 1 using AWS EventBridge is preferred, as it leverages native AWS services to reduce resource overhead and simplify the process.
This method leverages AWS EventBridge to streamline the logging process by sending data directly to Sumo Logic via an HTTP endpoint. By eliminating intermediary services such as Lambda, it offers a more straightforward and cost-effective solution.
189
191
@@ -194,7 +196,7 @@ To create an HTTP source in Sumo Logic, see [HTTP Logs and Metrics Source](/docs
194
196
#### Step 2: Configure EventBridge API destination
195
197
196
198
Follow the steps below to configure the EventBridge API destination:
197
-
1. Sign in to your [Amazon EventBridge Console](https://us-east-1.console.aws.amazon.com/events/home?region=us-east-1#/).
199
+
1. Sign in to your [Amazon EventBridge Console](https://aws.amazon.com/eventbridge/).
198
200
1. In the navigation bar, click **API destinations**.
199
201
1. Click **Create destination**.
200
202
1. Enter a name for the API Destination.
@@ -208,7 +210,7 @@ Follow the steps below to configure the EventBridge API destination:
208
210
#### Step 3: Create the EventBridge rule
209
211
210
212
Follow the steps below to create the EventBridge rule:
211
-
1. Sign in to your [Amazon EventBridge Console](https://us-east-1.console.aws.amazon.com/events/home?region=us-east-1#/).
213
+
1. Sign in to your [Amazon EventBridge Console](https://aws.amazon.com/eventbridge/).
212
214
1. In the navigation bar, click **Rules**.
213
215
1. Set the event source to **AWS services** and then select **Security Hub** as the AWS service.
214
216
1. Select **All Events** in Event Type.
@@ -217,9 +219,9 @@ Follow the steps below to create the EventBridge rule:
217
219
1. Select **Create a new role for this specific resource** in the **Execution role**.
### Method 2: GuardDuty > Lambda Function > Sumo Logic via HTTP (Alternative)
221
223
222
-
This method uses an AWS Lambda function to process, store, and forward logs to Sumo Logic. While it offers a robust solution, it introduces additional AWS resources, such as Lambda, which can increase both cost and complexity.
224
+
This method uses an AWS Lambda function to process, store, and forward logs to Sumo Logic via an HTTP endpoint. While it offers a robust solution, it introduces additional AWS resources, such as Lambda, which can increase both cost and complexity.
223
225
224
226
- Amazon GuardDuty sends notifications based on CloudWatch events when new findings, or new occurrences of existing findings, are generated.
225
227
- A CloudWatch events rule enables CloudWatch to send events for the GuardDuty findings to the Sumo `CloudWatchEventFunction` Lambda function.
Copy file name to clipboardExpand all lines: docs/integrations/amazon-aws/inspector.md
+70-66Lines changed: 70 additions & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,75 @@ Amazon Inspector is an automated vulnerability management service that continual
14
14
For information about integrating Amazon Inspector with Security Hub, see [Integration with AWS Security Hub](https://docs.aws.amazon.com/inspector/latest/user/securityhub-integration.html) in Amazon help.
15
15
:::
16
16
17
-
## Collecting findings for the Amazon Inspector app
17
+
## Log types
18
18
19
-
You can collect Security Hub logs using three methods:
-[Method 3: Collect Security Hub logs using Amazon S3 source](#method-3-collect-security-hub-logs-using-amazon-s3-source)
79
+
-[Method 1: Inspector > EventBridge > Sumo Logic via HTTP](#method-1-inspector--eventbridge--sumo-logic-via-http-preferred)
80
+
-[Method 2: Inspector > Lambda Function > Sumo Logic via HTTP](#method-2-inspector--eventbridge--sumo-logic-via-http-alternative)
81
+
-[Method 3: Inspector > Lambda Function > Amazon S3 > Sumo Logic via S3 Source](#method-3-inspector--lambda-function--amazon-s3--sumo-logic-via-s3-source-alternative)
24
82
25
-
### Method 1: Collecting Security Hub logs using EventBridge
83
+
For efficiency and seamless integration, Method 1 using AWS EventBridge is preferred, as it leverages native AWS services to reduce resource overhead and simplify the process.
This method leverages AWS EventBridge to streamline the logging process by sending data directly to Sumo Logic via an HTTP endpoint. By eliminating intermediary services such as Lambda, it offers a more straightforward and cost-effective solution.
28
88
@@ -33,7 +93,7 @@ To create an HTTP source in Sumo Logic, see [HTTP Logs and Metrics Source](/docs
33
93
#### Step 2: Configure EventBridge API destination
34
94
35
95
Follow the steps below to configure the EventBridge API destination:
36
-
1. Sign in to your [Amazon EventBridge Console](https://us-east-1.console.aws.amazon.com/events/home?region=us-east-1#/).
96
+
1. Sign in to your [Amazon EventBridge Console](https://aws.amazon.com/eventbridge/).
37
97
1. In the navigation bar, click **API destinations**.
38
98
1. Click **Create destination**.
39
99
1. Enter a name for the API Destination.
@@ -47,7 +107,7 @@ Follow the steps below to configure the EventBridge API destination:
47
107
#### Step 3: Create the EventBridge rule
48
108
49
109
Follow the steps below to create the EventBridge rule:
50
-
1. Sign in to your [Amazon EventBridge Console](https://us-east-1.console.aws.amazon.com/events/home?region=us-east-1#/).
110
+
1. Sign in to your [Amazon EventBridge Console](https://aws.amazon.com/eventbridge/).
51
111
1. In the navigation bar, click **Rules**.
52
112
1. Set the event source to **AWS services** and then select **Security Hub** as the AWS service.
53
113
1. Select **All Events** in Event Type.
@@ -56,7 +116,7 @@ Follow the steps below to create the EventBridge rule:
56
116
1. Select **Create a new role for this specific resource** in the **Execution role**.
This method uses an AWS Lambda function to process, store, and forward logs to Sumo Logic. While it offers a robust solution, it introduces additional AWS resources, such as Lambda, which can increase both cost and complexity.
62
122
@@ -94,7 +154,7 @@ To deploy an AWS Security Hub app collector:
94
154
5. In the **AWS Lambda > Functions > Application Settings** panel, enter the endpoint **HTTP endpoint** of the source that you configured.
95
155
6. Scroll to the bottom of the window and click **Deploy**.
### Method 3: Inspector > Lambda Function > Amazon S3 > Sumo Logic via S3 Source (Alternative)
98
158
99
159
This method uses a Lambda function to process findings, store them in an S3 bucket, and retrieve them through Sumo Logic's S3 Source. It is ideal for scenarios that require data archiving.
100
160
@@ -127,62 +187,6 @@ To deploy an AWS Security Hub app collector:
127
187
5. In the **AWS Lambda > Functions > Application Settings** panel, enter the name of the **S3SourceBucketName** for the bucket you configured (when you defined the S3 source).
128
188
6. Scroll to the bottom of the window and click **Deploy**.
Once you've set up ingestion of findings from AWS Security Hub, you can install the Sumo Logic app for Amazon Inspector and use the pre-configured searches and dashboards.
0 commit comments