action.message
Examples
Find rules with name
ruleName: my first rule
Find rules that contain parts of the name
ruleName: "my first rule"
Find rules that match exact value
ruleName: `my first rule`
Examples
Find rules with description
ruleDescription: this rule is used for alerting
Find rules that contain parts of the description
ruleDescription: "this rule is used for alerting"
Find rules that match exact value
ruleDescription: `this rule is used for alerting`
Example
Find rules with status
status: SUCCESS
Examples
Show rule status modified within certain dates
statusDate: [2018-02-01 ... 2018-02-12]
Show rule status modified starting 2018-02-01, ending 1 month ago
statusDate: [2018-02-01 ... now-1M]
Show rule status modified starting 2 weeks ago, ending 1 second ago
statusDate: [now-2w ... now-1s]
Show rule status modified on certain date
statusDate:'2018-02-22'
Example
Show aggregated rules
aggregate: TRUE
Examples
Find rules created by user
createdBy: Joe Smith
Find rules that contain parts of the user name
createdBy: "Joe Smith"
Find rules that match exact value
createdBy: `Joe Smith`
Example
Find rules created by user ID
createdById: jsmith
Find rules that contain parts of the user ID
createdById: "jsmith"
Find rules that match exact value
createdById: `jsmith`
Examples
Find actions with name
action.name: Post to Slack Channel
Find actions that contain parts of the name
action.name: "Post to Slack Channel"
Find actions that match exact value
action.name: `Post to Slack Channel`
Example
Find actions of type
action.type: SLACK
Examples
Find actions with email recipient
action.emailRecipient: secops-alert@mycompany.com
Find actions that contain parts of the email recipient
action.emailRecipient: "secops-alert@mycompany.com"
Find actions that match exact value
action.emailRecipient: `secops-alert@mycompany.com`
Examples
Find actions with subject
action.subject: warning
Find actions that contain parts of the subject
action.subject: "warning"
Find actions that match exact value
action.subject: `warning`
Examples
Find actions with slack channel
action.slackChannel: Sec Ops
Find actions that contain parts of the slack channel name
action.slackChannel: "Sec Ops"
Find actions that match exact value
action.slackChannel: `Sec Ops`