You can form the search query using the filters we provide to refine the search for actions.
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`
Examples
Find actions with description
action.description: creates alert by posting to slack
channel
Find actions that contain parts of the description
action.description: "creates alert by posting
to slack channel"
Find actions that match exact value
action.description: `creates alert by posting to slack
channel`
Example
Find actions of type
action.type: SLACK
Examples
Find actions created by user
action.createdBy: Joe Smith
Find actions that contain parts of the user name
action.createdBy: "Joe Smith"
Find actions that match exact value
action.createdBy: `Joe Smith`
Examples
Find actions created by user ID
action.createdById: jsmith
Find actions that contain parts of the user ID
action.createdById: "jsmith"
Find actions that match exact value
action.createdById: `jsmith`
Examples
Find actions updated by user
action.updatedBy: Joe Smith
Find actions that contain parts of the user name
action.updatedBy: "Joe Smith"
Find actions that match exact value
action.updatedBy: `Joe Smith`
Examples
Find actions updated by user ID
action.updatedById: jsmith
Find actions that contain parts of the user ID
action.updatedById: "jsmith"
Find actions that match exact value
action.updatedById: `jsmith`
Examples
Find action with 3 active rules
action.active : 3
Find action with more than 3 active rules
action.active > 3
Examples
Find action with 3 disabled rules
action.disabled : 3
Find action with more than 3 disabled rules
action.disabled > 3
Examples
Show actions created within certain dates
action.createdDate: [2018-02-01 ... 2018-02-12]
Show actions created starting 2018-02-01, ending 1 month ago
action.createdDate: [2018-02-01 ... now-1M]
Show actions created starting 2 weeks ago, ending 1 second ago
action.createdDate: [now-2w ... now-1s]
Show actions created on certain date
action.createdDate:'2018-02-22'
Examples
Show actions updated within certain dates
action.updatedDate: [2018-02-01 ... 2018-02-12]
Show actions updated starting 2018-02-01, ending 1 month ago
action.updatedDate: [2018-02-01 ... now-1M]
Show actions updated starting 2 weeks ago, ending 1 second ago
action.updatedDate: [now-2w ... now-1s]
Show actions updated on certain date
action.updatedDate:'2018-02-22'
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`
Examples
Find actions with Slack Webhook URI
action.slackWebhookUri: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
Find actions that contain parts of the Slack Webhook URI
action.slackWebhookUri: "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
Find actions that match exact value
action.slackWebhookUri: `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`
Examples
Find actions with pagerduty service key
action.pagerdutyServiceKey: 78c52868deb562fcbad765275da
Find actions that contain parts of the pagerduty service key
action.pagerdutyServiceKey: "78c52868deb562fcbad765275da"
Find actions that match exact value
action.pagerdutyServiceKey: `78c52868deb562fcbad765275da`