pennsignals / legacy-system-services

2 stars 0 forks source link

nomad logs are not tailed by promtail #20

Open darrylmendillo opened 4 years ago

darrylmendillo commented 4 years ago

Nomad logs are stored in shared alloc, but Promtail does not find new stdout logs written to path.

This may be due to a lack of support for promtail Consul SD.

Since allocations change and are moved, they get lost in promtail. This will not be usable until this feature is added in promtail.

Workaround is to use docker logs.