Modifying the alert retention time - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce
  • 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 PingDirectory 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