Skip to content

PromtailπŸ“œ

OverviewπŸ“œ

Promtail is an agent which reads log files and sends streams of log data to the centralised Loki instances along with a set of labels.

Big Bang Touch PointsπŸ“œ

Architecture:πŸ“œ

StorageπŸ“œ

Promtail does not persist data, and instead reads log files and streams the data to a log aggregation system.

Istio ConfigurationπŸ“œ

Istio is disabled in the promtail chart by default and can be enabled by setting the following values in the bigbang chart:

istio:
  enabled: true

These values get passed into the promtail chart here.

High AvailabilityπŸ“œ

By default, Promtail runs as a daemonset with a pod on each node.

Single Sign on (SSO)πŸ“œ

None. This service doesn’t have a web interface.

LicensingπŸ“œ

Promtail utilizes an AGPLv3 License for it’s code and binaries.


Last update: 2023-04-21 by Ryan Thompson