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
Fixes#2997 — updates our agentless integrations documentation to
document the filter for integrations that support agentless on the
integratoins page. Turns out the agentless platform isn't going GA yet
in 9.2.
Reviewers, please refer to the preview in [this
comment](#3173 (comment))
Copy file name to clipboardExpand all lines: solutions/security/get-started/agentless-integrations.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,20 +16,31 @@ products:
16
16
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.
17
17
18
18
::::{important}
19
-
There are currently no additional costs associated with deploying agentless integrations.
20
-
There is currently a limit of 5 agentless integrations per project.
19
+
During technical preview, there are no additional costs associated with deploying agentless integrations.
20
+
There is a limit of 5 agentless integrations per project.
21
21
::::
22
22
23
23
## Generally available (GA) agentless integrations
24
24
25
-
We fully support agentless deployment for 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.
25
+
Elastic fully supports agentless deployment for the Cloud Security Posture Management (CSPM) integration. 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.
26
+
27
+
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)
26
28
27
-
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)
28
29
29
30
## Beta agentless integrations
30
31
31
-
::::{warning}
32
32
Agentless deployment for other 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.
33
-
::::
34
33
35
-
For setup guides and to learn more about Elastic's integrations, including whether each one supports agentless deployment, refer to [Elastic integrations](https://docs.elastic.co/en/integrations/).
34
+
For setup guides and to learn more about Elastic's integrations, including whether each supports agentless deployment, refer to [Elastic integrations](https://docs.elastic.co/en/integrations/).
35
+
36
+
## Filter the integrations page to find agentless integrations
37
+
38
+
```{applies_to}
39
+
stack: ga 9.2
40
+
serverless: ga
41
+
```
42
+
43
+
To identify which integrations support agentless deployment:
44
+
45
+
1. In {{kib}}, go to **Integrations**.
46
+
2. On the left, enable the **Only agentless integrations** toggle.
0 commit comments