Ultimate access to all questions.
Your company operates multiple projects in Google Cloud, representing various environments like development, test, pre-production, and production. A centralized logging system is needed to aggregate logs from all environments into a security project, with the specific requirement to exclude any logs generated by an Apache application. How can you achieve this?
Explanation:
The correct approach is to create a sink in the Logs router of each project, directing logs to a bucket in the security project and applying a filter rate of 100 to exclude all Apache logs. This meets the requirement by centralizing logs in the security project while excluding the specified Apache logs. Other options either fail to centralize logs or incorrectly apply the exclusion filter.