Skip to content

Commit

Permalink
feat(aws): Update check metadata with logging category (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansns authored Nov 12, 2024
1 parent 2ac716d commit 77c7986
Show file tree
Hide file tree
Showing 19 changed files with 48 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"Url": "https://aws.amazon.com/blogs/security/how-to-get-ready-for-certificate-transparency/"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"Url": "https://docs.aws.amazon.com/apigateway/latest/developerguide/security-monitoring.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/directoryservice/latest/admin-guide/incident-response.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"Url": "https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html"
}
},
"Categories": [],
"Categories": [
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"Url": "https://docs.aws.amazon.com/glue/latest/dg/monitor-continuous-logging-enable.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": "This check is being removed since logs for all AWS Glue jobs are now always sent to Amazon CloudWatch."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"Url": "https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/configure-logging-monitoring-activemq.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"Url": "https://docs.aws.amazon.com/neptune/latest/userguide/cloudwatch-logs.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/publishing_cloudwatchlogs.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"Url": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/publishing_cloudwatchlogs.html"
}
},
"Categories": [],
"Categories": [
"logging"
],
"DependsOn": [],
"RelatedTo": [],
"Notes": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
}
},
"Categories": [
"forensics-ready"
"forensics-ready",
"logging"
],
"DependsOn": [],
"RelatedTo": [],
Expand Down

0 comments on commit 77c7986

Please sign in to comment.