Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions solutions/security/cloud/integrations/aws-config-integration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
applies_to:
stack: ga 9.2
serverless:
security: all
products:
- id: security
- id: cloud-serverless
---

# AWS Config

This page explains how to make data from the AWS Config integration appear in the following places within {{elastic-sec}}:

- **Findings page**: Data appears on Findings page's [Misconfiguations](/solutions/security/cloud/findings-page.md).
- **Alert and Entity details flyouts**: Data appears in the [Insights section](/solutions/security/detect-and-alert/view-detection-alert-details.md#insights-section).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we reference both the Alert and Entity details flyouts, I recommend also highlighting and linking to the Entity Insights documentation, similar to the existing hyperlink for Alert Insights.



In order for AWS Config data to appear in these workflows:

* Follow the steps to [set up the AWS Config integration](https://docs.elastic.co/en/integrations/aws/config).
* Make sure the integration version is at least 4.0.0.
* Ensure you have `read` privileges for the following indices: `security_solution-*.misconfiguration_latest`.
1 change: 1 addition & 0 deletions solutions/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ toc:
- file: security/cloud/integration-qualys.md
- file: security/cloud/integration-tenablevm.md
- file: security/cloud/integration-rapid7.md
- file: security/cloud/integrations/aws-config-integration.md
- file: security/investigate.md
children:
- file: security/investigate/timeline.md
Expand Down
Loading