Parameters
The parent key for all of the following parameters is vector.
tenant_id
| type |
string |
| default |
|
Cluster identifier exposed for pipelines that need to label or partition events per cluster.
Reference it from helm_values as ${vector:tenant_id} to inject the same value into env vars, sink tenant fields, or transform expressions.
helm_values
| type |
dictionary |
| default |
|
Helm values to pass to the Vector Helm chart.
The component does not set any defaults beyond the chart’s own.
See the upstream values.yaml for available options.
Typical fields a consumer will set:
-
role(Agent,Aggregator, orStateless-Aggregator). -
podHostNetwork(for example required when reading Talos logs from127.0.0.1:5140). -
customConfig(the full Vector pipeline definition). -
env(downward-API entries such asVECTOR_NODE_NAME).