Skip to content

Commit c5167fc

Browse files
Merge pull request #2357 from YongRhee-MSFT/docs-editor/run-analyzer-linux-1736347551
Update run-analyzer-linux.md
2 parents 080e906 + 1db3647 commit c5167fc

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: defender-endpoint
99
ms.subservice: linux
1010
ms.localizationpriority: medium
1111
ms.topic: troubleshooting-general
12-
ms.date: 11/01/2024
12+
ms.date: 01/08/2024
1313
ms.custom: partner-contribution
1414
ms.collection:
1515
- m365-security
@@ -189,7 +189,7 @@ This section provides instructions on how to run the tool locally on the Linux m
189189

190190
### Run the binary version of the client analyzer
191191

192-
#### Summary:
192+
#### Summary
193193

194194
1. Obtain from [https://go.microsoft.com/fwlink/?linkid=2297517](https://go.microsoft.com/fwlink/?linkid=2297517). Or, if your Linux server has internet access use `wget` to download the file:
195195

@@ -215,7 +215,7 @@ This section provides instructions on how to run the tool locally on the Linux m
215215

216216
6. Upload the file for the support engineer.
217217

218-
#### Details:
218+
#### Details
219219

220220
1. Download the [XMDE Client Analyzer Binary](https://go.microsoft.com/fwlink/?linkid=2297517) tool to the Linux machine you need to investigate.
221221

@@ -262,7 +262,7 @@ This section provides instructions on how to run the tool locally on the Linux m
262262
sudo ./MDESupportTool -d
263263
```
264264

265-
## Rung the Python-based client analyzer
265+
## Run the Python-based client analyzer
266266

267267
> [!NOTE]
268268
> - The analyzer depends on few extra PIP packages (`decorator`, `sh`, `distro`, `lxml`, and `psutil`) which are installed in the operating system when in root to produce the result output. If not installed, the analyzer attempts to fetch it from the [official repository for Python packages](https://pypi.org/search/?q=lxml).
@@ -344,7 +344,8 @@ Use the following command to get the machine diagnostic.
344344
345345
Usage example: `sudo ./MDESupportTool -d`
346346
347-
NOTE: The log level autoreset feature only available in 2405 or newer client version.
347+
> [!NOTE]
348+
> The log level autoreset feature only available in 2405 or newer client version.
348349
349350
### Positional arguments
350351
@@ -363,7 +364,7 @@ Usage example: `sudo ./MDESupportTool performance --frequency 2`
363364
364365
#### Exclude mode
365366
366-
Add exclusions for audit-d monitoring.
367+
Add exclusions for auditd monitoring.
367368
368369
> [!NOTE]
369370
> This functionality exists for Linux only.
@@ -442,12 +443,33 @@ Usage example: `sudo ./mde_support_tool.sh skipfaultyrules -e true`
442443
## See also
443444
444445
- [Client analyzer overview](overview-client-analyzer.md)
446+
445447
- [Download and run the client analyzer](download-client-analyzer.md)
448+
446449
- [Run the client analyzer on Windows](run-analyzer-windows.md)
450+
447451
- [Run the client analyzer on macOS or Linux](run-analyzer-macos-linux.md)
452+
448453
- [Data collection for advanced troubleshooting on Windows](data-collection-analyzer.md)
454+
449455
- [Understand the analyzer HTML report](analyzer-report.md)
450456
457+
#### Defender for Endpoint on Linux troubleshooting documents
458+
459+
- [Troubleshoot installation issues for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-install)
460+
461+
- [Investigate agent health issues](/defender-endpoint/health-status)
462+
463+
- [Troubleshoot cloud connectivity issues for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-connectivity)
464+
465+
- [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-perf)
466+
467+
- [Troubleshoot missing events or alerts issues for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-events)
468+
469+
- [Address false positives/negatives in Microsoft Defender for Endpoint](/defender-endpoint/defender-endpoint-false-positives-negatives)
470+
471+
472+
451473
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
452474
453475

0 commit comments

Comments
 (0)