Skip to content

Commit e83bc98

Browse files
authored
Pencil edit
1 parent c22b25b commit e83bc98

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -176,22 +176,22 @@ Once the Mirror Server is set up, we need to propagate this URL to the Linux end
176176

177177
- Use the following sample `mdatp_managed.json` and update the parameters as per the configuration and copy the file to the location `/etc/opt/microsoft/mdatp/managed/mdatp_managed.json`.
178178

179-
```json
180-
{
181-
"cloudService": {
182-
"automaticDefinitionUpdateEnabled": true,
183-
"definitionUpdatesInterval": 1202
184-
},
185-
"antivirusEngine": {
186-
"offlineDefinitionUpdateUrl": "http://172.22.199.67:8000/linux/production/",
187-
"offlineDefintionUpdateFallbackToCloud":false,
188-
"offlineDefinitionUpdate": "enabled"
189-
},
190-
"features": {
191-
"offlineDefinitionUpdateVerifySig": "enabled"
192-
}
193-
}
194-
```
179+
```json
180+
{
181+
"cloudService": {
182+
"automaticDefinitionUpdateEnabled": true,
183+
"definitionUpdatesInterval": 1202
184+
},
185+
"antivirusEngine": {
186+
"offlineDefinitionUpdateUrl": "http://172.22.199.67:8000/linux/production/",
187+
"offlineDefintionUpdateFallbackToCloud":false,
188+
"offlineDefinitionUpdate": "enabled"
189+
},
190+
"features": {
191+
"offlineDefinitionUpdateVerifySig": "enabled"
192+
}
193+
}
194+
```
195195

196196
| Field Name | Values | Comments |
197197
|-------------------------------------------|----------------------|-----------------------------------------------------|

0 commit comments

Comments
 (0)