Rule Manager Search Tokens
You can use the following search tokens to search for information on the Rule Manager tab:
rule.createdDaterule.createdDate
Use a date range or a specific date to find out when rules were created.
Examples
Show rules created within certain dates.
rule.createdDate:[2018-02-01 .. 2018-02-12]
Show rules created starting 2018-02-01 and ending one month ago.
rule.createdDate:[2018-02-01 .. now-1M]
rule.updatedDaterule.updatedDate
Use a date range or a specific date to find when rules were last modified.
Examples
Show rules updated within certain dates.
rule.updatedDate:[2018-02-01 .. 2018-02-12]
Show rules updated starting 2018-02-01 and ending one month ago.
rule.updatedDate:[2018-02-01 .. now-1M]
Show rules updated starting two weeks ago and ending one second ago.
rule.updatedDate:[now-2w .. now-1s]