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?