turbot/tailpipe-mod-github-audit-log-detections

Query: Events by Organization

Description

Count audit log entries grouped by organization.

Usage

powerpipe query github_audit_log_detections.query.activity_dashboard_events_by_org

Tailpipe Tables

SQL

select
org as "Organization",
count(*) as "Events"
from
github_audit_log
where
org is not null
group by
org
order by
count(*) desc;

Dashboards

The query is used in the dashboards: