Information
The /etc/stackdriver/logging.config.d/*.conf files specifies rules for logging and which files are to be used to log certain classes of messages.
Rationale:
A great deal of important security-related information is sent via stackdriver-logging (e.g., successful and failed su attempts, failed login attempts, root login attempts, etc.).
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
Edit the /etc/stackdriver/logging.config.d/*.conf files as appropriate for your environment:
Run the following command to reload the stackdriver-logging configuration:
# systemctl restart stackdriver-logging
/etc is stateless on Container-Optimized OS. Therefore, /etc cannot be used to make these changes persistent across reboots. The steps mentioned above needs to be performed after every boot.