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

     1  receivers:
     2    syslog:
     3      udp:
     4        listen_address: "0.0.0.0:5140"
     5      protocol: rfc3164
     6      operators:
     7        - type: add
     8          field: attributes.log_type
     9          value: syslog
    10  
    11  exporters: 
    12    googlecloud:
    13  
    14  service:
    15    pipelines:
    16      logs:
    17        receivers:
    18        - syslog
    19        exporters:
    20        - googlecloud