All public logs
From Federal Burro of Information
Jump to navigationJump to search
Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:36, 30 September 2019 David talk contribs created page AWS Notes/SQL on VPC Flow Logs (Created page with " <pre> select vpc_id as VPC, sum( cast(bytes as DECIMAL ) / 1073741824 as GB, dt from vpc_flow_logs group by vpc_id , dt limit 10; </pre> <pre> select dt, vpc_id as V...")