i have this sample config
api:
enabled: false
sources:
prod_vm:
type: docker_logs
sinks:
clickstack:
type: opentelemetry
inputs: ["prod_vm"]
protocol:
type: http
uri: "http://myhost:4318"
auth:
strategy: custom
value: "myepassword"
compression: gzip
framing:
method: newline_delimited
encoding:
codec: json
headers:
content-type: application/json
no errors on vector, but no logs imported. Couldnt find any other place to ask this