Queries for the GCPAuditLogs table

PubSub subscription logs with severity info

List of pubSub subscription logs with severity info.

GCPAuditLogs
| where  GCPResourceType == 'pubsub_subscription'
| where  severity == 'INFO'
| limit 100