Skip to content

Commit 2a40316

Browse files
committed
Update linux-support-offline-security-intelligence-update.md
1 parent 58227e0 commit 2a40316

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed

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

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Offline Security Intelligence Update for Microsoft Defender for Endpoint on Linux (preview)
2+
title: Configure Offline Security Intelligence Update for Microsoft Defender for Endpoint on Linux
33
description: Offline Security Intelligence Update in Microsoft Defender for Endpoint on Linux.
44
ms.service: defender-endpoint
55
ms.subservice: linux
@@ -15,7 +15,7 @@ ms.collection:
1515
- mde-linux
1616
ms.topic: conceptual
1717
search.appverid: met150
18-
ms.date: 03/28/2025
18+
ms.date: 03/31/2025
1919
---
2020

2121
# Configure offline security intelligence update for Microsoft Defender for Endpoint on Linux
@@ -266,33 +266,34 @@ offline_definition_update_fallback_to_cloud : false[managed]
266266

267267
## Troubleshooting and diagnostics
268268

269-
### Issues: MDATP update failure
269+
If updates fail, are stuck, or don't start, follow these steps to troubleshoot:
270270

271-
- Update stuck, or update didn't trigger.
272-
- Update failed.
271+
1. Check the status of offline security intelligence updates by using the following command:
273272

274-
### Common troubleshooting steps
273+
```bash
274+
mdatp health --details definitions
275+
```
275276

276-
- Check the status of the "offline security intelligence update" feature by using the following command:
277+
Look for information in the `definitions_update_fail_reason` section.
277278

278-
```bash
279-
mdatp health --details definitions
280-
```
279+
2. Make sure that `offline_definition_update` and `offline_definition_update_verify_sig` are enabled.
281280

282-
- This command should provide us with some user-friendly message in the `definitions_update_fail_reason` section.
283-
- Check if `offline_definition_update` and `offline_definition_update_verify_sig` are enabled.
284-
- Check if `definitions_update_source_uri` is equal to `offline_definition_url_configured`.
285-
- `definitions_update_source_uri` is the source from where the signatures were downloaded.
286-
- `offline_definition_url_configured` is the source from where signatures should be downloaded, the one mentioned in the managed config file.
281+
3. Make sure that `definitions_update_source_uri` is equal to `offline_definition_url_configured`.
287282

288-
- Try performing the connectivity test to check if mirror server is reachable from the host:
283+
- `definitions_update_source_uri` is the source from where the signatures were downloaded.
284+
- `offline_definition_url_configured` is the source from where signatures should be downloaded, the one mentioned in the managed config file.
289285

290-
```bash
291-
mdatp connectivity test
292-
```
286+
4. Try performing the connectivity test to check if mirror server is reachable from the host:
293287

294-
- Try to trigger a manual update using the following command:
288+
```bash
289+
mdatp connectivity test
290+
```
291+
292+
5. Try to initiate a manual update using the following command:
293+
294+
```bash
295+
mdatp definitions update
296+
```
297+
298+
## See also
295299

296-
```bash
297-
mdatp definitions update
298-
```

0 commit comments

Comments
 (0)