Skip to content

Commit 3bdd897

Browse files
authored
Update paths for ClientAnalyzer in documentation
1 parent e0b068e commit 3bdd897

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

defender-endpoint/run-analyzer-linux.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ If you have issues with Microsoft Defender for Endpoint on Linux and need suppor
3636
3737
## Running the binary version of the client analyzer
3838

39-
### Run ClientAnalyzer binary shipped MDE:
39+
### Run ClientAnalyzer binary shipped with MDE:
4040
> [!NOTE]
41-
> Starting with the Defender for Endpoint version `101.25062.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/conf/client_analyzer/binary`
41+
> 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`
4242
4343
To run this client analyzer follow the steps:
44-
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/binary`:
44+
1. Go to directory `/opt/microsoft/mdatp/tools/client_analyzer/binary`:
4545

4646
```bash
47-
cd /opt/microsoft/mdatp/conf/client_analyzer/binary
47+
cd /opt/microsoft/mdatp/tools/client_analyzer/binary
4848
```
4949
2. Run the tool as _root_ to generate diagnostic package:
5050

@@ -105,15 +105,15 @@ Follow the below steps if you are using Defender for Endpoint older than `101.25
105105
> [!WARNING]
106106
> 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.
107107
108-
### Run ClientAnalyzer python version shipped MDE
108+
### Run ClientAnalyzer python version shipped with MDE
109109
> [!NOTE]
110-
> Starting with the Defender for Endpoint version `101.25062.0000`, the Client Analyzer is shipped with agent. It can be found at the location `/opt/microsoft/mdatp/conf/client_analyzer/python`
110+
> 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`
111111
112112
To run this client analyzer follow the steps:
113-
1. Go to directory `/opt/microsoft/mdatp/conf/client_analyzer/python`:
113+
1. Go to directory `/opt/microsoft/mdatp/tools/client_analyzer/python`:
114114
115115
```bash
116-
cd /opt/microsoft/mdatp/conf/client_analyzer/python
116+
cd /opt/microsoft/mdatp/tools/client_analyzer/python
117117
```
118118
2. Run as a root user to install required dependencies.
119119

0 commit comments

Comments
 (0)