Skip to content
share

Installing Logagent with Helm

Please note the following instructions use the latest Logagent image from Docker Hub. If you want to use certified images please pull the image from Red Hat and Docker registries.

Helm Chart

  • Sematext Agent Helm Chart: helm repo add sematext https://cdn.sematext.com/helm-charts

Installation with Helm

The Logagent Docker image is pre-configured for the log collection on container platforms. It runs as a tiny container on every Kubernetes node and collects logs for all cluster nodes and their containers.

All container logs are enriched with Kubernetes metadata.

See: sematext/helm-charts on Github.

This Helm chart installs the Logagent to all nodes in your cluster via a DaemonSet resource. Logagent is part of sematext-agent chart.

Sematext Agent chart is hosted in the Sematext Repository. Add and update the repo:

helm repo add sematext https://cdn.sematext.com/helm-charts 
helm repo update

To install the chart run the following command:

helm install st-logagent \
  --set logsToken=YOUR_LOGS_TOKEN \
  --set logsReceiverUrl=https://logsene-receiver.sematext.com \
  sematext/sematext-agent

Configuration

To see detailed configuration params and manuals, see: