Active IQ Unified Manager Discussions

What is the syntax of values for 'Events Purge Interval' ?

jc
3,532 Views

There is an option for Events Purge Interval - but the help page doesn't specify the syntax of possible values - what are they? (i.e. 3w, 6m, 1y, etc.)?

1 ACCEPTED SOLUTION

rbalaji
3,532 Views

This can be specified in seconds, minutes, hours, days, or weeks. For example, if the interval is to be specified as 90 days, then enter it as 90d.

Similaryly, 90w => 90 weeks

90h => 90 hours

90m => 90 minutes

90s => 90 seconds

for e.g 'dfm option set eventsPurgeInterval=90m'

If you do not specify any alphabet next to number it would default to seconds.

for e.g 'dfm option set eventsPurgeInterval=90' => 90 seconds

View solution in original post

3 REPLIES 3

rbalaji
3,533 Views

This can be specified in seconds, minutes, hours, days, or weeks. For example, if the interval is to be specified as 90 days, then enter it as 90d.

Similaryly, 90w => 90 weeks

90h => 90 hours

90m => 90 minutes

90s => 90 seconds

for e.g 'dfm option set eventsPurgeInterval=90m'

If you do not specify any alphabet next to number it would default to seconds.

for e.g 'dfm option set eventsPurgeInterval=90' => 90 seconds

jc
3,532 Views

Great - thanks Balaji!

kutner
3,532 Views

Also, there is a public KB article that explains the syntax and gives examples: https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb13992

Public