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
Copy file name to clipboardExpand all lines: solutions/security/get-started/_snippets/agentless-integrations-faq.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,21 @@ After you create a new agentless integration, the new integration policy may sho
12
12
serverless: ga
13
13
```
14
14
15
-
Agentless agents (which run on Elastic's infrastructure to enable agentless integrations) do not appear on the **Fleet** page by default. To view them on this page, add the following query to the end of its URL: `?showAgentless=true`.
15
+
Agentless agents (which run on Elastic's infrastructure to enable agentless integrations) do not appear on the **Fleet** page by default. To view them on this page:
16
+
17
+
18
+
::::{applies-switch}
19
+
20
+
:::{applies-item} stack: ga 9.1
21
+
Add the following query to the end of the **Fleet** page's URL: `?showAgentless=true`.
22
+
:::
23
+
24
+
:::{applies-item} stack: ga 9.2
25
+
Go to the **Settings** tab of the **Fleet** page. Navigate to the **Advanced Settings** section, and turn on the **Show agentless resources** toggle.
26
+
:::
27
+
28
+
::::
29
+
16
30
17
31
## How do I troubleshoot an `Offline` agent? [_how_do_i_troubleshoot_an_offline_agent]
18
32
@@ -34,16 +48,12 @@ On versions of {{stack}} before v9.2, agentless integrations can't be upgraded t
34
48
35
49
## How do I troubleshoot an `Unhealthy` agent? [_how_do_i_troubleshoot_an_unhealthy_agent]
36
50
37
-
On the **{{fleet}}** page, the agent associated with an agentless integration has a name that begins with `agentless`. To troubleshoot an `Unhealthy` agent:
38
-
39
-
* Confirm that you entered the correct credentials for the cloud provider you’re monitoring. The following is an example of an error log resulting from using incorrect AWS credentials:
40
-
41
-
```
42
-
[elastic_agent.cloudbeat][error] Failed to update registry: failed to get AWS accounts: operation error Organizations: ListAccounts, get identity: get credentials: failed to refresh cached credentials, operation error STS: AssumeRole, https response error StatusCode: 403, RequestID: XXX, api error AccessDenied: User: XXX is not authorized to perform: sts:AssumeRole on resource:XXX
43
-
```
44
-
51
+
On the **{{fleet}}** page, agents associated with agentless integrations have names that begin with `agentless`. To troubleshoot an `Unhealthy` agent:
45
52
46
-
For instructions on checking {{fleet}} logs, refer to [](/troubleshoot/ingest/fleet/common-problems.md).
53
+
1. Go to the **Settings** tab of the **Fleet** page. Go to the **Advanced Settings** section, and turn on the **Show agentless resources** toggle.
54
+
2. In {{fleet}}, select the unhealthy agent.
55
+
3. From the **Actions** menu, select **Request diagnostics .zip**.
56
+
4. Download and unzip the [diagnostics bundle](/troubleshoot/ingest/fleet/common-problems.md#trb-collect-agent-diagnostics). Refer to [Common problems with {{fleet}} and {{agent}}](/troubleshoot/ingest/fleet/common-problems.md) for more information.
47
57
48
58
49
59
## How do I delete an agentless integration? [_how_do_i_delete_an_agentless_integration]
0 commit comments