How do I change the default duration of TRITON AP-DATA archive partitions

How do I change the default duration of TRITON AP-DATA archive partitions

Problem : How do I change the default duration of TRITON AP-DATA archive partitions, for example for a high volume of incidents?

Resolution : TRITON AP-DATA incidents are archived in partitions. From version 7.8.x, each created partition contains records for a 91-day interval by default.

Support can re-configure this interval for customers in the SQL Server management database. Partitions can be created as frequently as once per day if required.
1. On the TRITON management server/SQL Server (If the database is on remote server), open Microsoft SQL Server Management Studio.
2. Open the wbsn-data-security database.
3. Locate the PA_CONFIG_PROPERTIES table.
4. Find the property PARTITION_DURATION_DAYS
5. Use the update script to change the property's value. For example, this script would set the partition duration to 2 days:
Update PA_CONFIG_PROPERTIES set value = 2 where NAME = 'PARTITION_DURATION_DAYS'
6. Save the changes you make to the database.
7. Restart the Data Security manager service to deploy your changes.


    • Related Articles

    • Product Support Life Cycle

      Forcepoint Web Security, TRITON AP-WEB, and Web Security Gateway Product Matrix https://support.forcepoint.com/KBArticle?id=TRITON-AP-WEB-and-Web-Security-Gateway-Anywhere-Certified-Product-Matrix Product Life Cycle Policy ...
    • Setting up TRITON Unified Server Console on a Windows server

      http://www.websense.com/assets/support/webinar/Docs/Quick%20Install%20Checklist%20for%20v7.6.html
    • How to submit SPAM mails to Forcepoint

      Problem Forcepoint aims to stop unwanted email from reaching users' mailboxes. However, there may be times when false negative or false positive samples need to be submitted to Forcepoint Security Labs. Related Information: Video: How To Submit Email ...
    • Cloud app file is getting increased

      Below are the Steps - Copy the 8.5.5 IB-507 file from the provided path above to the server where the CloudApp service is running and extract the file. Navigate to the ...\Web Security\casb\config directory, edit the aggregator.cfg file as ...
    • DLP AD import failed

      We have stopped and disabled the below services. Websense Data Security Manager Server Websense Data Security Message Broker Websense Data Security Batch Server Websense Data Task Scheduler Websense Data Policy Engine Ran the below SQL queries, ...