Change the max entries on the DLP Endpoint Agent List
search cancel

Change the max entries on the DLP Endpoint Agent List

book

Article ID: 184557

calendar_today

Updated On:

Products

Data Loss Prevention Enforce Data Loss Prevention

Issue/Introduction

You want to increase the number of agents displayed on the Agent List.
System > Agents > Overview > Agent List

Resolution

  1. Edit the manager.properties file.
    Windows - <dir>\Program Files\Symantec\Data Loss Prevention\Enforce\<version>\protect\config
    Linux - /opt/Symantec/DataLossPrevention/ EnforceServer/<version>/Protect/config
  2. Find the following line.
    # com.vontu.manager.agentlist.maxshowallagents = 200
  3. Delete the # character in front of the line.
    com.vontu.manager.agentlist.maxshowallagents = 200
  4. Change the value 200 to the max entries you wish (the limit value is 3000).
    Example: 
    com.vontu.manager.agentlist.maxshowallagents = 500
  5. Save the manager.properties file.
  6. Restart the Symantec DLP Manager service.