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: defender-endpoint/run-analyzer-linux.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,19 @@ f1.keywords: NOCSH
29
29
30
30
> Want to experience Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
31
31
32
-
If you have issues with Microsoft Defender for Endpoint on Linux and need support, you might be asked to provide the output from the Client Analyzer tool. This article explains how to use the tool on your device or with live response. You can use either a Python-based solution or a binary version that doesn't need Python.
32
+
If you have issues with Microsoft Defender for Endpoint on Linux and need support, you might be asked to provide the output from the Client Analyzer tool. It is a diagnostic tool which help administrators and support teams troubleshoot issues with Microsoft Defender for Endpoint. It collects detailed information about installation, configuration, service health, logs, connectivity status, etc. This tool is primarily used for checking system health, validating configurations, and helping troubleshoot potential issues.
33
+
34
+
This article explains how to use the tool on your device or with live response. You can use either a Python-based solution or a binary version that doesn't need Python.
33
35
34
36
> [!TIP]
35
37
> Watch this video to get an overview of the client analyzer: [Defender for Endpoint client analyzer overview](https://www.youtube.com/watch?v=GnqDsvYYL6w)
36
38
37
-
## Running the binary version of the client analyzer
39
+
## Run the binary version of the client analyzer
40
+
The binary version of client analyzer is made available in two ways:
41
+
1. Shipped with Microsoft Defender for Linux
42
+
2. Shipped as a standalone tool
38
43
39
-
### Run ClientAnalyzer binary shipped with MDE:
44
+
### Run Client Analyzer binary shipped with Microsoft Defender for Linux:
40
45
> [!NOTE]
41
46
> Starting with the Defender for Endpoint version `101.25082.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/tools/client_analyzer/binary`
42
47
@@ -51,11 +56,11 @@ To run this client analyzer follow the steps:
51
56
```bash
52
57
sudo ./MDESupportTool -d
53
58
```
54
-
### Download and run ClientAnalyzer binary
59
+
### Download and run Client Analyzer standalone binary tool
55
60
56
61
Follow the below steps to use the standalone ClientAnalyzer binary
57
62
58
-
1. Download the [XMDE Client Analyzer Binary](https://aka.ms/XMDEClientAnalyzerBinary) tool to the Linux machine that you're to investigating. If you're using a terminal, download the tool by entering the following command:
63
+
1. Download the [XMDE Client Analyzer Binary](https://aka.ms/XMDEClientAnalyzerBinary) tool to the Linux machine that you're to investigate. If you're using a terminal, download the tool by entering the following command:
@@ -95,7 +100,11 @@ Follow the below steps to use the standalone ClientAnalyzer binary
95
100
sudo ./MDESupportTool -d
96
101
```
97
102
98
-
## Running the Python-based client analyzer
103
+
## Run the Python-based client analyzer
104
+
105
+
The python version of client analyzer is made available in two ways:
106
+
1. Shipped with Microsoft Defender for Linux
107
+
2. Shipped as a standalone tool
99
108
100
109
> [!NOTE]
101
110
> - The analyzer depends on a 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).
@@ -105,7 +114,7 @@ Follow the below steps to use the standalone ClientAnalyzer binary
105
114
> [!WARNING]
106
115
> Running the Python-based client analyzer requires the installation of PIP packages which could cause some issues in your environment. To avoid issues from occurring, we recommend that you install the packages into a user PIP environment.
107
116
108
-
### Run ClientAnalyzer python version shipped with MDE
117
+
### Run Client Analyzer python version shipped with Microsoft Defender for Linux
109
118
> [!NOTE]
110
119
> Starting with the Defender for Endpoint version `101.25082.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/tools/client_analyzer/python`
111
120
@@ -126,7 +135,7 @@ To run this client analyzer follow the steps:
126
135
sudo ./mde_support_tool.sh -d
127
136
```
128
137
129
-
### Download and run ClientAnalyzer python version
138
+
### Download and run Client Analyzer standalone python version
130
139
131
140
1. Download the [XMDE Client Analyzer](https://aka.ms/XMDEClientAnalyzer) tool on the Linux machine you need to investigate. If you're using a terminal, download the tool by entering the following command:
0 commit comments