Skip to content

Commit 3ca1513

Browse files
authored
Merge pull request #3301 from lakshmyav/docs-editor/linux-support-offline-security-1743128211
Update linux-support-offline-security-intelligence-update.md
2 parents 028e77e + 66bc678 commit 3ca1513

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

defender-endpoint/linux-support-offline-security-intelligence-update.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
- mde-linux
1616
ms.topic: conceptual
1717
search.appverid: met150
18-
ms.date: 02/07/2025
18+
ms.date: 03/28/2025
1919
---
2020

2121
# Configure offline security intelligence update for Microsoft Defender for Endpoint on Linux
@@ -165,15 +165,16 @@ To manually execute the downloader script, configure the parameters in the `sett
165165

166166
Once the script is executed, the latest signatures get downloaded to the folder configured in the `settings.json` file (`updates.zip`).
167167

168-
Once the signatures zip is downloaded, the mirror server can be used to host it. The mirror server can be hosted using any of the HTTP/HTTPS/network share servers.
168+
Once the signatures zip is downloaded, the mirror server can be used to host it. The mirror server can be hosted using any of the HTTP/HTTPS/network share servers, or a local/remote mount point.
169169

170170
Once hosted, copy the absolute path of the hosted server (up to and not including the `arch_*` directory).
171171

172-
For example, if the script is executed with `downloadFolder=/tmp/wdav-update`, and the HTTP server (`www.example.server.com:8000`) is hosting the `/tmp/wdav-update` path, the corresponding URI is: `www.example.server.com:8000/linux/production/`.
173-
174-
We can also use the absolute path of directory (local/remote mount point) like `/tmp/wdav-update/linux/production`.
172+
> [!NOTE]
173+
> For example, if the downloader script is executed with `downloadFolder=/tmp/wdav-update`, and the HTTP server (`www.example.server.com:8000`) is hosting the `/tmp/wdav-update` path, then the corresponding URI is: `www.example.server.com:8000/linux/production/` (verify that this within this directory, there are the `arch_*` directories).
174+
>
175+
> We can also use the absolute path of directory (local/remote mount point). For example, if the files were downloaded by the script into a directory `/tmp/wdav-update`, then the corresponding URI is:`/tmp/wdav-update/linux/production`.
175176
176-
Once the mirror server is set up, we need to propagate this URL to the Linux endpoints as the `offlineDefinitionUpdateUrl` in the Managed Configuration as described in the next section.
177+
Once the mirror server is set up, we need to propagate this URI to the Linux endpoints as the `offlineDefinitionUpdateUrl` in the Managed Configuration as described in the next section.
177178

178179
## Configure the endpoints
179180

@@ -200,7 +201,7 @@ Use the following sample `mdatp_managed.json` and update the parameters as per t
200201
|-------------------------------------------|----------------------|-----------------------------------------------------|
201202
| `automaticDefinitionUpdateEnabled` | `True`/`False` | Determines the behavior of Defender for Endpoint attempting to perform updates automatically, is turned on or off respectively. |
202203
| `definitionUpdatesInterval` | Numeric | Time of interval between each automatic update of signatures (in seconds). |
203-
| `offlineDefinitionUpdateUrl` | String | URL value generated as part of the mirror server setup. This can be either in terms of the remote server URL or a directory (local/remote mount point). |
204+
| `offlineDefinitionUpdateUrl` | String | URL value generated as part of the mirror server setup. This can be either in terms of the remote server URL or a directory (local/remote mount point). See the previous section for information about how to specify this path.|
204205
| `offlineDefinitionUpdate` | `enabled`/`disabled` | When set to `enabled`, the "offline security intelligence update" feature is enabled, and vice versa. |
205206
| `offlineDefinitionUpdateFallbackToCloud` | `True`/`False` | Determine Defender for Endpoint security intelligence update approach when "offline mirror server" fails to serve the update request. If set to `true`, the update is retried via the Microsoft cloud when "offline security intelligence update" failed; else, vice versa. |
206207
| `offlineDefinitionUpdateVerifySig` | `enabled`/`disabled` | When set to `enabled`, downloaded definitions are verified on the endpoints; else, vice versa. |

0 commit comments

Comments
 (0)