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: reference/fleet/fleet-settings.md
+24-5Lines changed: 24 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The {{ecloud}} internal output is locked and cannot be edited. This output is us
76
76
77
77
To add or edit an output:
78
78
79
-
1. Go to **{{fleet}} > Settings**.
79
+
1. Go to **{{fleet}}** > **Settings**.
80
80
2. Under **Outputs**, select **Add output** or **Edit**.
81
81
82
82
:::{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
107
107
108
108
To add or edit the source of binary downloads:
109
109
110
-
1. Go to **{{fleet}} > Settings**.
110
+
1. Go to **{{fleet}}** > **Settings**.
111
111
2. Under **Agent Binary Download**, select **Add agent binary source** or **Edit**.
112
112
3. Set the agent binary source name.
113
113
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
134
134
135
135
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).
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.
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.
141
144
142
145
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).
143
146
144
147
To enable automatic deletion of unenrolled agents:
145
148
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 related resources such as agentless agents and policies for inspection and diagnostics purposes. This setting is stored locally, and it's only visible to you.
160
+
161
+
To display the agentless resources in the agent and agent policy lists:
162
+
163
+
1. Go to **{{fleet}}** > **Settings**.
164
+
2. In the **Advanced Settings** section, enable the **Show agentless resources** option.
165
+
166
+
Note that you can view and request diagnostics for agentless agents, but you cannot upgrade, unenroll, or reassign them.
0 commit comments