We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b729886 commit 2018be8Copy full SHA for 2018be8
detections/cloud/github_disable_dependabot.yml
@@ -16,7 +16,7 @@ data_source:
16
- GitHub
17
search: '`github_enterprise` action=repository_vulnerability_alerts.disable OR vendor_action=repository_vulnerability_alerts.disable
18
| fillnull
19
- | stats count min(_time) as firstTime max(_time) as lastTime by actor, actor_id, actor_ip, actor_is_bot, actor_location.country_code, business, business_id, org, org_id, repo, repo_id, user, user_agent, user_id, src, action, vendor_action
+ | stats count min(_time) as firstTime max(_time) as lastTime by actor, actor_id, actor_ip, actor_is_bot, actor_location.country_code, business, business_id, org, org_id, repo, repo_id, user, user_agent, user_id, action, vendor_action
20
| `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`
21
| `github_disable_dependabot_filter`'
22
how_to_implement: You must ingest GitHub Enterprise logs using the Splunk Add-on for GitHub https://splunkbase.splunk.com/app/6254 .
0 commit comments