Skip to content

Commit e858ea4

Browse files
committed
feat: dashboard name
1 parent f3f919a commit e858ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_app_for_splunk/default/data/ui/views/security_alert_overview.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form>
2-
<label>Security Alert Overview</label>
2+
<label>Advanced Security Overview</label>
33
<search id="baseSearch">
44
<query>
55
`github_webhooks` alert.created_at=* | eval reason=if(isnotnull('alert.affected_package_name'),'alert.affected_package_name','alert.rule.name'), id=if(isnotnull('alert.external_identifier'),'alert.external_identifier','alert.rule.id'), severity=if(isnotnull('alert.severity'),'alert.severity','alert.rule.security_severity_level'), type=if(isnotnull('alert.external_identifier'),"Dependabot Alert","Code Scanning Alert") | stats latest(action) as status, earliest(alert.created_at) as created_at by repository.name, reason, id, type, severity | eval age = toString(round(now() - strptime(created_at, "%Y-%m-%dT%H:%M:%S")),"Duration")

0 commit comments

Comments
 (0)