GCP Associate Cloud Engineer Practice Question

You have installed the Ops Agent on a Linux Compute Engine VM that writes Nginx access logs to /var/log/nginx/access.log. You need the agent to ingest those log entries under the log name nginx_access while continuing to collect the default system metrics. Which config.yaml fragment satisfies the requirement?

  • logs:
      receivers:
        nginx_access:
          type: nginx
          path: /var/log/nginx/access.log
    
  • logs:
      receivers:
        nginx_access:
          type: files
          include_path: /var/log/nginx/access.log
    
  • logs:
      receivers:
        nginx_access:
          type: files
          include_paths:
            - /var/log/nginx/access.log
      service:
        pipelines:
          nginx_access_pipeline:
            receivers: [nginx_access]
    
  • metrics:
      receivers:
        nginx_access:
          type: files
          include_paths:
            - /var/log/nginx/access.log
    
GCP Associate Cloud Engineer
Ensuring successful operation of a cloud solution
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot