How to export detection server advanced settings
search cancel

How to export detection server advanced settings

book

Article ID: 382228

calendar_today

Updated On:

Products

Data Loss Prevention Core Package Data Loss Prevention Data Loss Prevention API Detection for Developer Apps Virtual Appliance Data Loss Prevention API Detection Virtual Appliance Data Loss Prevention Cloud Detection Service Data Loss Prevention Cloud Detection Service for ICAP Data Loss Prevention Cloud Detection Service for REST Data Loss Prevention Cloud Package Data Loss Prevention Cloud Prevent for Microsoft Office 365 Data Loss Prevention Cloud Service for Discovery/Connector Data Loss Prevention Cloud Service for Email Data Loss Prevention Cloud Storage Data Loss Prevention Data Access Governance Data Loss Prevention Discover Suite Data Loss Prevention Endpoint Discover Data Loss Prevention Endpoint Prevent Data Loss Prevention Endpoint Suite Data Loss Prevention Enforce Data Loss Prevention Enterprise Suite Data Loss Prevention for Mobile Data Loss Prevention for Office 365 Email and Gmail with Email Safeguard Data Loss Prevention Form Recognition Data Loss Prevention Network Discover Data Loss Prevention Network Email Data Loss Prevention Network Monitor Data Loss Prevention Network Monitor and Prevent for Email Data Loss Prevention Network Monitor and Prevent for Email and Web Data Loss Prevention Network Monitor and Prevent for Web Data Loss Prevention Network Prevent for Email Data Loss Prevention Network Prevent for Email Virtual Appliance Data Loss Prevention Network Prevent for Web Virtual Appliance Data Loss Prevention Network Protect Data Loss Prevention Network Web Data Loss Prevention Oracle Standard Edition 2 Data Loss Prevention Plus Suite Data Loss Prevention Sensitive Image Recognition

Issue/Introduction

You need to look at a customers advanced settings. attached is a script that will export all available server settings from the database.

Cause

A good usage for this is to dump the customers server advanced settings, and then dump the settings from your lab.

You can then do a side by side comparison to see what they have messed with that may be causing issues.

note: the order of the settings can be different and the values can be different depending on the types of detection enabled.

There fore it will simplify things to import this into Excel, and sort by the variable name. 

Resolution

Modify and run the attached script

Additional Information

You will need to edit the script and change 'Endpoint Server' to the friendly name of the detection server

Example: 

WHERE im.monitorname = 'Endpoint Server' 

should be

WHERE im.monitorname = 'Detect' 

Attachments

Get_AdvancedServerSettings_SpecificServer.sql get_app