vector-aggregator helm

No introduction found. Create it?

More popular helm chart found

vector-aggregator from bjw-s is more popular with 17 repositories.

Install

Install with:

helm repo add vector-charts https://helm.vector.dev/
helm install vector-aggregator vector-charts/vector -f values.yaml

Top Repositories (3 out of 12)

See examples from other people.

NameRepoStarsVersionTimestamp
vector-aggregatorvaskozl/home-infra670.25.09 hours ago
vector-aggregatorDiaoul/home-ops540.24.1a month ago
vector-aggregatortoboshii/home-ops2120.14.0a year ago

Values

See the most popular values for this chart:

KeyTypes
string
boolean
string
boolean
string
string
string
string
boolean
boolean
string
number
string
string
customConfig.sinks.loki_kubernetes.labels.node (6)
{{`{{ kubernetes.pod_node_name }}`}}
string
customConfig.sinks.loki_kubernetes.labels.k8s_app (3)
{{`{{ "kubernetes.pod_labels.app\.kubernetes\.io/name" }}`}}
string
string
string
customConfig.sinks.loki_kubernetes.labels.k8s_instance (3)
{{`{{ "kubernetes.pod_labels.app\.kubernetes\.io/instance" }}`}}
string
string
customConfig.sinks.loki_kubernetes.labels.k8s_node (3)
{{`{{ "kubernetes.pod_node_name" }}`}}
string
string
customConfig.sinks.loki_kubernetes.labels.container (1)
{{`{{ kubernetes.container_name }}`}}
string
string
customConfig.sinks.loki_kubernetes.labels.hostname (1)
{{`{{ kubernetes.pod_node_name }}`}}
string
customConfig.sinks.loki_kubernetes.labels.instance (1)
{{`{{ kubernetes.pod_labels."app.kubernetes.io/instance" }}`}}
string
string
string
number
string
string
string
string
string
string
boolean
boolean
string
string
string
string
number
string
string
customConfig.sinks.talos_kernel.endpoint (3)
http://loki-gateway.system-monitoring:3100
string
string
string
string
string
string
string
string
string
customConfig.sinks.files.encoding.only_fields[] (2)
- timestamp
- message
- stream
- pod
- container
string
string
customConfig.sinks.files.path (2)
/var/log/k8s/{{ "{{" }} .folder {{ "}}" }}/{{ "{{" }} .filename {{ "}}" }}-%Y%m%d.log
string
string
number
string
string
customConfig.sinks.talos_service.endpoint (2)
http://loki-gateway.system-monitoring:3100
string
string
string
string
string
string
string
number
string
string
customConfig.sinks.loki_opnsense_filterlog.inputs[] (1)
- opnsense_filterlog_route._unmatched
string
string
string
string
string
number
string
customConfig.sinks.loki_vyos.endpoint (1)
http://loki-gateway.system-monitoring:3100
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
string
number
string
string
string
string
string
number
string
string
string
string
string
string
string
string
string
string
string
customConfig.transforms.kubernetes_logs_remap.source (5)
# Standardize 'app' index .custom_app_name = .pod_labels."app.kubernetes.io/name" || .pod_labels.app || .pod_labels."k8s-app" || "unknown"
string
string
string
customConfig.transforms.sort.source (2)
if exists(.kubernetes.pod_labels."app.kubernetes.io/instance") { .filename = .kubernetes.pod_labels."app.kubernetes.io/instance" } else if exists(.kubernetes.pod_labels.app) { .filename = .kubernetes.pod_labels.app } else if exists(.kubernetes.container_name) { .filename = .kubernetes.container_name } else { .filename = "unlabeled" } if exists(.kubernetes.pod_namespace) { .folder = .kubernetes.pod_namespace } else { .folder = "unlabeled" } .pod = .kubernetes.pod_name .container = .kubernetes.container_name
string
string
string
customConfig.transforms.talos_kernel_logs_xform.source (2)
.__host, .err = replace(.__host, "10.200.1.109", "cp1") .__host = replace(.__host, "10.200.1.108", "cp2") .__host = replace(.__host, "10.200.1.111", "cp3") .__host = replace(.__host, "10.200.1.118", "work1") .__host = replace(.__host, "10.200.1.130", "work2") .__host = replace(.__host, "10.200.1.132", "work3") .__host = replace(.__host, "10.200.1.134", "work4")
string
string
string
customConfig.transforms.talos_service_logs_xform.source (2)
.__host, .err = replace(.__host, "10.200.1.109", "cp1") .__host = replace(.__host, "10.200.1.108", "cp2") .__host = replace(.__host, "10.200.1.111", "cp3") .__host = replace(.__host, "10.200.1.118", "work1") .__host = replace(.__host, "10.200.1.130", "work2") .__host = replace(.__host, "10.200.1.132", "work3") .__host = replace(.__host, "10.200.1.134", "work4")
string
string
string
customConfig.transforms.opnsense_filterlog_remap.source (1)
msg = parse_csv!(string!(.message)) # Only parse IPv4 / IPv6 if msg[8] == "4" || msg[8] == "6" { .filter_interface = msg[4] .filter_direction = msg[7] .filter_action = msg[6] .filter_ip_version = msg[8] .filter_protocol = msg[16] .filter_source_ip = msg[18] .filter_destination_ip = msg[19] if (msg[16] == "icmp" || msg[16] == "igmp" || msg[16] == "gre") { .filter_data = msg[20] } else { .filter_source_port = msg[20] .filter_destination_port = msg[21] .filter_data_length = msg[22] if msg[8] == "4" && msg[16] == "tcp" { .filter_tcp_flags = msg[23] } } }
string
string
string
string
string
role (11)
Stateless-Aggregator
string
image.repository (9)
timberio/vector
string
image.tag (9)
0.32.1-debian
string
string
boolean
service.type (8)
LoadBalancer
string
string
string
service.loadBalancerIP (1)
${SVC_VECTOR_ADDR}
string
service.ports[].name (1)
api
vector
prom-exporter
string
number
string
boolean
podMonitor.jobLabel (6)
vector-aggregator
string
podMonitor.port (6)
prometheus-sink
string
number
string
string
string
string
string
string
string
string
number
string
string
string
string
string
args[] (1)
- --config-dir
- /etc/vector
string
number
containerPorts[].name (1)
vector
prom-exporter
string
string
dataDir (1)
/vector-data-dir
string
env[].name (1)
VECTOR_LOG
ELASTICSEARCH_PASSWORD
ELASTICSEARCH_USERNAME
string
string
env[].valueFrom.secretKeyRef.key (1)
ELASTICSEARCH_PASSWORD
ELASTICSEARCH_USERNAME
string
env[].valueFrom.secretKeyRef.name (1)
es-ingestion-credentials
es-ingestion-credentials
string
existingConfigMaps[] (1)
- vector-aggregator
- k3s-pipeline-aggregator
- vector-metrics-pipeline-aggregator
string
boolean
boolean
string
number
string
string
string
number
number
string