How to see more than 200 agents on the DLP Endpoint Agent List Page
search cancel

How to see more than 200 agents on the DLP Endpoint Agent List Page

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

Environment

DLP Release: 15.x, 16.x, 25.x ,26.x

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.