No introduction found. Create it?
Install with:
helm repo add grafana oci://ghcr.io/grafana-operator/helm-charts/
helm install promtail grafana/promtail -f values.yamlSee examples from other people.
| Name | Repo | Stars | Version | Timestamp |
|---|---|---|---|---|
| promtail | gavinmcfall/home-ops | 32 | 6.17.1 | a month ago |
| promtail | Pumba98/flux2-gitops | 70 | 6.17.1 | a month ago |
See the most popular values for this chart:
| Key | Types |
|---|---|
| boolean, string | |
config.clients[].url (30) http://loki-headless.observability.svc.cluster.local:3100/loki/api/v1/push | string |
| string | |
config.clients[].external_labels.clusterName (1) ${CLUSTER_NAME} | string |
| string | |
| number | |
config.snippets.extraScrapeConfigs (10) - job_name: journal
journal:
path: /var/log/journal
max_age: 12h
labels:
job: systemd-journal
relabel_configs:
- source_labels: ['__journal__systemd_unit']
target_label: 'unit'
- source_labels: ['__journal__hostname']
target_label: 'hostname'
- job_name: syslog
syslog:
listen_address: 0.0.0.0:1514
label_structured_data: true
labels:
job: "syslog"
relabel_configs:
- source_labels: ['__syslog_connection_ip_address']
target_label: 'ip_address'
- source_labels: ['__syslog_message_severity']
target_label: 'severity'
- source_labels: ['__syslog_message_facility']
target_label: 'facility'
- source_labels: ['__syslog_message_hostname']
target_label: 'host'
- source_labels: ['__syslog_message_app_name']
target_label: 'app'
- source_labels: ['__syslog_message_SRC']
target_label: 'source_ip'
- source_labels: ['__syslog_message_SPT']
target_label: 'source_port'
- source_labels: ['__syslog_message_DPT']
target_label: 'destination_port'
- source_labels: ['__syslog_message_DST']
target_label: 'destination_ip'
| string |
config.snippets.pipelineStages[].match.selector (1) {app="eventrouter"} | string |
config.snippets.pipelineStages[].match.stages[].json.expressions.namespace (1) event.metadata.namespace | string |
| string | |
config.lokiAddress (4) http://loki.observability.svc.cluster.local:3100/api/v1/push | string |
fullnameOverride (22) promtail | string |
extraVolumeMounts[].mountPath (8) /var/log/journal | string |
extraVolumeMounts[].name (8) journal | string |
| boolean | |
extraVolumes[].hostPath.path (8) /var/log/journal | string |
extraVolumes[].name (8) journal | string |
| number | |
| string | |
extraPorts.syslog.service.type (7) LoadBalancer | string |
| string | |
| number | |
| string | |
| string | |
| string | |
| string | |
| string | |
tolerations[].effect (3) NoSchedule | string |
tolerations[].operator (3) Exists | string |
tolerations[].key (1) node-role.kubernetes.io/control-plane | string |
image.repository (2) grafana/promtail | string |
image.tag (2) 3.6.3@sha256:130b6dd63277d99ce87560c0266c0c30d07bc15ba0a8a590d42215465d4f5363 | string |
image.registry (1) proxy.registry.beryju.io | string |
imagePullSecrets[].name (2) dockerhub-auth | string |
| string | |
| boolean | |
| boolean | |
extraArgs[] (1) - -log.format=json | string |