Skip to content

[security][9.0]Updates agentless integrations info #1034

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions solutions/security/cloud/_snippets/cspm-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ After you deploy the CSPM integration, it can take up to 10 minutes for resource

Newly unenrolled cloud accounts can take a maximum of 24 hours to disappear from the Cloud Security Posture dashboard.

**Can I install an unlimited number of agentless integrations?**

Each agentless integration deployment counts towards the maximum number of agentless integrations you can have in the same project. When you reach the maximum, you'll see an error message similar to `You have deployed the maximum number of agentless integrations. To continue, remove some or use agent-based deployment.` You won't be able to deploy another agentless integration until you remove an existing one. All [agentless integrations](/solutions/security/get-started/agentless-integrations.md) count towards this limit.


## KSPM FAQ [_kspm_faq]

Expand Down
30 changes: 28 additions & 2 deletions solutions/security/get-started/agentless-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,35 @@ applies_to:

# Agentless integrations [agentless-integrations]


Agentless integrations provide a means to ingest data while avoiding the orchestration, management, and maintenance needs associated with standard ingest infrastructure. Using agentless integrations makes manual agent deployment unnecessary, allowing you to focus on your data instead of the agent that collects it.

We currently support one agentless integration: cloud security posture management (CSPM). Using this integration’s agentless deployment option, you can enable Elastic’s CSPM capabilities just by providing the necessary credentials. Agentless CSPM deployments support AWS, Azure, and GCP accounts.
We support the following agentless integrations:

## Generally available (GA) agentless integrations

Cloud security posture management (CSPM). Using this integration’s agentless deployment option, you can enable Elastic’s CSPM capabilities just by providing the necessary credentials. Agentless CSPM deployments support AWS, Azure, and GCP accounts.

To learn more about agentless CSPM deployments, refer to the getting started guides for CSPM on [AWS](../cloud/get-started-with-cspm-for-aws.md), [Azure](../cloud/get-started-with-cspm-for-azure.md), or [GCP](../cloud/get-started-with-cspm-for-gcp.md)

## Beta agentless integrations

::::{warning}
Agentless deployment for the following integrations is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
::::

1. AbuseCH
2. CrowdStrike
3. Google SecOps
4. Google Security Command Center
5. Google Workspace
6. Microsoft 365 Defender
7. Microsoft Defender for Endpoint
8. Microsoft Sentinel
9. Okta
10. Qualys VMDR
11. SentinelOne Zscaler
12. Tenable IO
13. Wiz
14. Zscaler ZIA

To learn more about these integrations and find setup guides, refer to [Elastic integrations](https://docs.elastic.co/en/integrations/).
Loading