CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsA Sink with no filter captures all log entries, ensuring comprehensive analysis, troubleshooting, and compliance auditing. It acts as a safety net, preventing valuable logs from being missed, providing a centralized repository for incident investigations.
Remove the filter
attribute from at least one project-level logging sink.
resource "google_logging_project_sink" "pubsub_sink" {
name = "example438d1"
destination = "pubsub.googleapis.com/${google_pubsub_topic.aggregated_logs438d1.id}"
}