Observe
Configuration parameters
Key
Description
Default
Configuration file
pipeline:
outputs:
- name: http
match: '*'
host: my-observe-customer-id.collect.observeinc.com
port: 443
tls: on
uri: /v1/http/fluentbit
format: msgpack
header:
- 'Authorization Bearer ${OBSERVE_TOKEN}'
- 'X-Observe-Decoder fluent'
compress: gzip
# For Windows: provide path to root cert
#tls.ca_file C:\fluent-bit\isrgrootx1.pem[OUTPUT]
name http
match *
host my-observe-customer-id.collect.observeinc.com
port 443
tls on
uri /v1/http/fluentbit
format msgpack
header Authorization Bearer ${OBSERVE_TOKEN}
header X-Observe-Decoder fluent
compress gzip
# For Windows: provide path to root cert
#tls.ca_file C:\fluent-bit\isrgrootx1.pemLast updated
Was this helpful?