github.com/observiq/bindplane-agent@v1.51.0/config/google_cloud_exporter/journald_logs/config.yaml (about)

     1  receivers:
     2    journald:
     3      priority: info
     4      operators:
     5        - type: add
     6          field: attributes.log_type
     7          value: journald
     8  
     9  exporters: 
    10    googlecloud:
    11  
    12  service:
    13    pipelines:
    14      logs:
    15        receivers:
    16        - journald
    17        exporters:
    18        - googlecloud