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

NethServer/ns8-promtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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