promtail helm

No introduction found. Create it?

Install

Install with:

helm repo add grafana oci://ghcr.io/grafana-operator/helm-charts/
helm install promtail grafana/promtail -f values.yaml

Examples

See examples from other people.

Top Repositories (1 out of 43)

NameRepoStarsVersionTimestamp
promtailPumba98/flux2-gitops676.17.025 days ago

Resources

Values

See the most popular values for this chart:

KeyTypes
boolean, string
string
config.clients[].url (35)
http://loki-headless.observability.svc.cluster.local:3100/loki/api/v1/push
string
string
string
string
string, number
config.snippets.extraScrapeConfigs (11)
- 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
string
string
string
config.snippets.scrapeConfigs (1)
# Override default kubernetes-pods job with enhanced labels - job_name: kubernetes-pods kubernetes_sd_configs: - role: pod pipeline_stages: - cri: {} relabel_configs: - source_labels: - __meta_kubernetes_pod_controller_name regex: ([0-9a-z-.]+?)(-[0-9a-f]{8,10})? target_label: __tmp_controller_name - source_labels: - __meta_kubernetes_pod_label_app_kubernetes_io_name - __meta_kubernetes_pod_label_app - __tmp_controller_name - __meta_kubernetes_pod_name regex: ^;*([^;]+)(;.*)?$ target_label: app replacement: $1 - source_labels: - __meta_kubernetes_pod_label_app_kubernetes_io_instance - __meta_kubernetes_pod_label_instance regex: ^;*([^;]+)(;.*)?$ target_label: instance replacement: $1 - source_labels: - __meta_kubernetes_pod_label_app_kubernetes_io_component - __meta_kubernetes_pod_label_component regex: ^;*([^;]+)(;.*)?$ target_label: component replacement: $1 - action: replace source_labels: - __meta_kubernetes_namespace target_label: namespace - action: replace source_labels: - __meta_kubernetes_pod_name target_label: pod - action: replace source_labels: - __meta_kubernetes_pod_container_name target_label: container - action: replace replacement: /var/log/pods/*$1/*.log separator: / source_labels: - __meta_kubernetes_pod_uid - __meta_kubernetes_pod_container_name target_label: __path__ - action: replace regex: true/(.*) replacement: /var/log/pods/*$1/*.log separator: / source_labels: - __meta_kubernetes_pod_annotationpresent_kubernetes_io_config_hash - __meta_kubernetes_pod_annotation_kubernetes_io_config_hash - __meta_kubernetes_pod_container_name target_label: __path__ # Kubernetes audit logs - job_name: kubernetes-audit static_configs: - targets: - localhost labels: job: kubernetes-audit __path__: /var/log/audit.log # Node system logs - job_name: systemd-journal journal: json: false max_age: 12h path: /var/log/journal labels: job: systemd-journal relabel_configs: - source_labels: ['__journal__systemd_unit'] target_label: 'unit' - source_labels: ['__journal__hostname'] target_label: 'node'
string
config.lokiAddress (4)
http://loki.observability.svc.cluster.local:3100/api/v1/push
string
string
string
string
boolean
string
string
number
string
string
string
number
string
string
string
string
string
string
string
string
string
tolerations[].effect (4)
NoSchedule
NoExecute
string
tolerations[].key (2)
node-role.kubernetes.io/master
node-role.kubernetes.io/control-plane
nas
string
boolean
image.repository (2)
grafana/promtail
string
image.tag (2)
3.5.5@sha256:784743d283f71f644e290d7b9fadf5e1edff405d2756974c6e13fa7978c08b64
string
image.registry (1)
proxy.registry.beryju.io
string
string
string
boolean
extraArgs[] (1)
- -log.format=json
string
priorityClassName (1)
system-node-critical
string