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/linux-install-with-saltack.md
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ ms.date: 12/04/2024
31
31
32
32
This article describes how to deploy Defender for Endpoint on Linux using Saltstack. A successful deployment requires the completion of all of the following tasks:
33
33
34
+
-[Prerequisites and system requirements](#Prerequisites and system requirements)
34
35
-[Download the onboarding package](#download-the-onboarding-package)
35
36
-[Create Saltstack state files](#create-saltstack-state-files)
36
37
-[Deployment](#deployment)
@@ -92,18 +93,20 @@ There are two ways you can create the Saltstack state files:
92
93
```
93
94
94
95
95
-
1. Create the state file `/srv/salt/install_mdatp.sls` with the following content. The same can be downloaded from [GitHub](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/third_party_installation_playbooks/salt.install_mdatp_simplified.sls)
96
+
2. Create the state file `/srv/salt/install_mdatp.sls` with the following content. The same can be downloaded from [GitHub](https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/third_party_installation_playbooks/salt.install_mdatp_simplified.sls)
96
97
97
98
```bash
98
99
#Download the mde_installer.sh: https://github.com/microsoft/mdatp-xplat/blob/master/linux/installation/mde_installer.sh
> The installer script also supports other parameters such as channel (insiders-fast, insiders-slow, prod (default) ), realtime protection, version, etc. To selectfrom the list of available options, check help through the following command:
109
+
>```./mde_installer.sh --help```
107
110
108
111
### Create Saltstack state files by manually configuring repositories
109
112
@@ -254,7 +257,7 @@ In this step, you create a SaltState state file in your configuration repository
254
257
- name: mdatp
255
258
```
256
259
257
-
## Deployment
260
+
## Deploy Defender on Endpoint using the state files created above, applicable to both methods
258
261
259
262
In this step, you apply the state to the minions. The following command applies the state to machines with the name that begins with `mdetest`.
260
263
@@ -284,9 +287,24 @@ In this step, you apply the state to the minions. The following command applies
284
287
salt 'mdetest*' state.apply uninstall_mdatp
285
288
```
286
289
287
-
## Log installation issues
290
+
## Troubleshoot installation issues
291
+
292
+
To troubleshoot issues:
293
+
294
+
1. For information on how to find the log that's generated automatically when an installation error occurs, see [Log installation issues](linux-resources.md#log-installation-issues).
295
+
2. For information about common installation issues, see [Installation issues](/defender-endpoint/linux-support-install).
296
+
3. If the health of the device is `false`, see [Defender for Endpoint agent health issues](/defender-endpoint/health-status).
297
+
4. For product performance issues, see [Troubleshoot performance issues](/defender-endpoint/linux-support-perf).
298
+
5. For proxy and connectivity issues, see [Troubleshoot cloud connectivity issues](/defender-endpoint/linux-support-connectivity).
299
+
300
+
To get support from Microsoft, open a support ticket, and provide the log files created by using the [client analyzer](/defender-endpoint/run-analyzer-macos-linux).
301
+
302
+
## How to configure policies for Microsoft Defender on Linux
303
+
304
+
You can configure antivirus or EDR settings on your endpoints using any of the following methods:
288
305
289
-
For more information on how to find the automatically generated log that's created by the installer when an error occurs, see [Log installation issues](linux-resources.md#log-installation-issues).
306
+
- See [Set preferences for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-preferences).
307
+
- See [security settings management](/mem/intune/protect/mde-security-integration) to configure settings in the Microsoft Defender portal.
0 commit comments