Page created: 26 Jul 2021
|
Page updated: 7 Dec 2022
| 1 min read
9.0 Product PingDirectory Directory Capability Product documentation Content Type Administration User task Monitoring and Management IT Administrator Administrator Audience Software Deployment Method Configuration
-
To change the retention time of admin alerts, run
dsconfig.
$ bin/dsconfig set-backend-prop --backend-name "alerts" \ --set "alert-retention-time: 2 weeks"
After this time, the information is purged from the Directory Server. The minimum retention time is 0 milliseconds, which immediately purges the alert information.
-
To view the
alert-retention-time
property, use dsconfig.$ bin/dsconfig get-backend-prop --backend-name "alerts" \ --property alert-retention-time
Property : Value(s) ---------------------:--------- alert-retention-time : 2 w