ClickHouse / ClickHouse/ClickStack-helm-charts

any sample config to import logs using vector.dev

Open
#174 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.