Skip to content

Commit 47ae3b6

Browse files
Document the "Show agentless resources” toggle in the Fleet UI settings (#3760)
This PR adds documentation for the "Show agentless resources” toggle in the Fleet UI settings, which was added in elastic/kibana#237528. The toggle is available in 9.1.6 and 9.2.0. Resolves elastic/ingest-docs#1865 --------- Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 56111e9 commit 47ae3b6

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

reference/fleet/fleet-settings.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The {{ecloud}} internal output is locked and cannot be edited. This output is us
7676

7777
To add or edit an output:
7878

79-
1. Go to **{{fleet}} > Settings**.
79+
1. Go to **{{fleet}}** > **Settings**.
8080
2. Under **Outputs**, select **Add output** or **Edit**.
8181

8282
:::{image} images/fleet-add-output-button.png
@@ -107,7 +107,7 @@ For {{agent}}s that cannot access the internet, you can specify agent binary dow
107107

108108
To add or edit the source of binary downloads:
109109

110-
1. Go to **{{fleet}} > Settings**.
110+
1. Go to **{{fleet}}** > **Settings**.
111111
2. Under **Agent Binary Download**, select **Add agent binary source** or **Edit**.
112112
3. Set the agent binary source name.
113113
4. For **Host**, specify the address where you are hosting the artifacts repository.
@@ -134,14 +134,33 @@ The following SSL options are available when adding or editing an agent binary s
134134

135135
You can specify a proxy server to be used in {{fleet-server}}, {{agent}} outputs, or for any agent binary download sources. For full details about proxy configuration refer to [Using a proxy server with {{agent}} and {{fleet}}](/reference/fleet/fleet-agent-proxy-support.md).
136136

137+
## Advanced settings [fleet-advanced-settings]
137138

138-
## Delete unenrolled agents [delete-unenrolled-agents-setting]
139+
On the **{{fleet}}** > **Settings** page, you can also configure {{fleet}} to automatically delete unenrolled agents or to display agentless resources for inspection and diagnostics purposes.
140+
141+
### Delete unenrolled agents [delete-unenrolled-agents-setting]
139142

140143
After an {{agent}} has been unenrolled in {{fleet}}, a number of documents about the agent are retained just in case the agent needs to be recovered at some point. You can choose to have all data related to an unenrolled agent deleted automatically.
141144

142145
Note that this option can also be enabled by adding the `xpack.fleet.enableDeleteUnenrolledAgents: true` setting to the [{{kib}} settings file](/get-started/the-stack.md).
143146

144147
To enable automatic deletion of unenrolled agents:
145148

146-
1. Go to **{{fleet}} > Settings**.
147-
2. Under **Advanced Settings**, enable the **Delete unenrolled agents** option.
149+
1. Go to **{{fleet}}** > **Settings**.
150+
2. In the **Advanced Settings** section, enable the **Delete unenrolled agents** option.
151+
152+
### Show agentless resources [show-agentless-resources-setting]
153+
154+
```{applies_to}
155+
stack: ga 9.1.6
156+
serverless: ga
157+
```
158+
159+
If you have [agentless integrations](/solutions/security/get-started/agentless-integrations.md) deployed, you can enable the **Show agentless resources** option to display agentless agents and policies in {{fleet}} for inspection and diagnostics purposes. This setting is stored locally, and it's only visible to you.
160+
161+
To display agentless resources in the agent and agent policy lists:
162+
163+
1. Go to **{{fleet}}** > **Settings**.
164+
2. In the **Advanced Settings** section, enable **Show agentless resources**.
165+
166+
Note that you can view and request diagnostics for agentless agents, but you cannot upgrade, unenroll, or reassign them.

solutions/security/get-started/_snippets/agentless-integrations-faq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ Agentless agents (which run on Elastic's infrastructure to enable agentless inte
1717

1818
::::{applies-switch}
1919

20-
:::{applies-item} stack: ga 9.1
21-
Add the following query to the end of the **Fleet** page's URL: `?showAgentless=true`.
20+
:::{applies-item} { stack: ga 9.2, serverless: }
21+
Go to the **Settings** tab of the **Fleet** page. Navigate to the **Advanced Settings** section, and enable **Show agentless resources**.
2222
:::
2323

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.
24+
:::{applies-item} stack: ga 9.1
25+
Add the following query to the end of the **Fleet** page's URL: `?showAgentless=true`.
2626
:::
2727

2828
::::

0 commit comments

Comments
 (0)