Skip to content
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
29 changes: 24 additions & 5 deletions reference/fleet/fleet-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The {{ecloud}} internal output is locked and cannot be edited. This output is us

To add or edit an output:

1. Go to **{{fleet}} > Settings**.
1. Go to **{{fleet}}** > **Settings**.
2. Under **Outputs**, select **Add output** or **Edit**.

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

To add or edit the source of binary downloads:

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

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).

## Advanced settings [fleet-advanced-settings]

## Delete unenrolled agents [delete-unenrolled-agents-setting]
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.

### Delete unenrolled agents [delete-unenrolled-agents-setting]

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.

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).

To enable automatic deletion of unenrolled agents:

1. Go to **{{fleet}} > Settings**.
2. Under **Advanced Settings**, enable the **Delete unenrolled agents** option.
1. Go to **{{fleet}}** > **Settings**.
2. In the **Advanced Settings** section, enable the **Delete unenrolled agents** option.

### Show agentless resources [show-agentless-resources-setting]

```{applies_to}
stack: ga 9.1.6
Copy link
Contributor Author

@vishaangelova vishaangelova Oct 31, 2025

Choose a reason for hiding this comment

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

This feature was added in 9.2 and it was backported to 9.1.6, so I assume having an applies_to for 9.1.6 also entails later versions as well.

Choose a reason for hiding this comment

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

I think this is correct

applying stack here does match our other documentation for agentless, but this is confusing to me because agentless is only available in ECH and serverless, it is not available for self-managed flavors (no matter if it's ECE, ECK, or regular stack)

but that's a larger cleanup effort so I'm fine with matching the rest of the documentation for now

serverless: ga
```

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.

To display agentless resources in the agent and agent policy lists:

1. Go to **{{fleet}}** > **Settings**.
2. In the **Advanced Settings** section, enable **Show agentless resources**.

Note that you can view and request diagnostics for agentless agents, but you cannot upgrade, unenroll, or reassign them.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Agentless agents (which run on Elastic's infrastructure to enable agentless inte

::::{applies-switch}

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

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

::::
Expand Down