Install
Use the following helmfile/helm snippet or use the more up-to-date one from the release:
- name: vector
namespace: kosmos-logs
createNamespace: true
chart: ../../vector/vector
needs: [kosmos-logs/clickhouse-cluster]
wait: true
labels:
app: vector
values:
- ../../vector/values/values.yaml
- ../../vector/values/values-audit-logs-transformers.yaml
- ../../vector/values/values-clickhouse-sink.yaml
It will parse audit / security and app logs, format them and forward to the clickhouse cluster.