Skip to content

Instantly share code, notes, and snippets.

@yossale
Created June 22, 2020 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yossale/74f2a88edc3e037879f0ab6022a748ce to your computer and use it in GitHub Desktop.
Save yossale/74f2a88edc3e037879f0ab6022a748ce to your computer and use it in GitHub Desktop.
LogGroupCreate CloudWatch Event
{
"source": [
"aws.logs"
],
"detail-type": [
"AWS API Call via CloudTrail"
],
"detail": {
"eventSource": [
"logs.amazonaws.com"
],
"eventName": [
"CreateLogGroup"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment