Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 695 Bytes

Promtail (archived)

This repository has been archived. The module code has been merged in ns8-core repository. See this pull request for more information: NethServer/ns8-core#426


Start and configure a Promtail instance. The module use the Promtail official docker image.

Install

An instance of Promtail is installed by default on every cluster node. Upon service startup, the default Loki cluster instance is found and Promtail is configured to send log to it.

To add another Promtail instance run

add-module promtail

Uninstall

To uninstall the instance:

remove-module --no-preserve promtail1