Helm | Grafana Labs
grafana.com › docs › lokiIn order to receive and process syslog message into Promtail, the following changes will be necessary: Review the Promtail systemd-journal configuration documentation. Configure the Promtail Helm chart with the systemd-journal configuration added to the extraScrapeConfigs section and volume mounts for the Promtail pods to access the log files ...
Installation | Grafana Labs
grafana.com › docs › lokiAnd the chart repository can be updated by running: helm repo update Finally, Promtail can be deployed with: $ helm upgrade --install promtail grafana/promtail --set "loki.serviceName=loki" Kubernetes DaemonSet (recommended) A DaemonSet will deploy Promtail on every node within a Kubernetes cluster.
Loki Helm Chart | loki
https://grafana.github.io/loki/chartsConfigure the promtail helm chart with the syslog configuration added to the extraScrapeConfigs section and associated service definition to listen for syslog messages. For example: extraScrapeConfigs : - job_name : syslog syslog : listen_address : 0.0.0.0:1514 labels : job : " syslog" relabel_configs : - source_labels : [ ' __syslog_message_hostname' ] target_label : ' host' …
Loki Helm Chart | loki
grafana.github.io › loki › chartsIn order to receive and process syslog message into promtail, the following changes will be necessary: Review the promtail systemd-journal configuration documentation. Configure the promtail helm chart with the systemd-journal configuration added to the extraScrapeConfigs section and volume mounts for the promtail pods to access the log files ...