ClickHouse / ClickHouse/ClickStack-helm-charts
any sample config to import logs using vector.dev
Open
- Dominant language
- Shell
- Stars
- 75
- Forks
- 54
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 7
Description
i have this sample config
```yaml
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.