Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
### Retention period
act=events_purge_older_than_=365d

### Entire command
/usr/local/omk/bin/opevents-cli.exe act=purge events_purge_older_than=365d

...

We recommend running the purge in simulate mode first to determine if the desired outcome will be achieved. 

Code Block
[root@poller-office ~]# /usr/local/omk/bin/opevents-cli.exe act=purge events_purge_older_than=365d debug=1 simulate=true
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Purging unwanted database indices
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Purging disabled for rawlogs
Purging disabled for rawlogs
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Purging disabled for archivelogs
Purging disabled for archivelogs
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Db purge of events: 0 entries (of 17947) in events are older than 1y
Db purge of events: 0 entries (of 17947) in events are older than 1y
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Simulated purging events: would remove 0 (of 17947) entries from events
Simulated purging events: would remove 0 (of 17947) entries from events
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Db purge of events: 0 entries (of 13105) in actionlog are older than 1y
Db purge of events: 0 entries (of 13105) in actionlog are older than 1y
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Simulated purging events: would remove 0 (of 13105) entries from actionlog
Simulated purging events: would remove 0 (of 13105) entries from actionlog
[Fri Dec 15 22:16:28 2017] [debug] cli[11499] Purging disabled for reports
Purging disabled for reports

Once satisfied that the desired action will occur; remove the debug simulate option and run the command again.Continue this 90 day cycle until the desired retention period is attained.

Recover Disk Space - Compact MongoDB

...