Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Journal target support in Loki for ARM build #8542

Open
spomata opened this issue Feb 16, 2023 · 1 comment
Open

Journal target support in Loki for ARM build #8542

spomata opened this issue Feb 16, 2023 · 1 comment

Comments

@spomata
Copy link

spomata commented Feb 16, 2023

Describe the bug
I expected Loki ARM build (promtail-linux-arm) to contain support for journal target after reading the related issues which have been closed in the past.

To Reproduce
Steps to reproduce the behavior:

  1. Started Promtail (2.7.3 - promtail-linux-arm)
  2. Promtail warns in syslog that: "caller=journaltargetmanager.go:29 msg="WARNING!!! Journal target was configured but support for reading the systemd journal is not compiled into this build of promtail!"

Expected behavior
I expected the journal support to be already built into the binary.

Environment:
Raspbian on a Raspberry Pi.

Screenshots, Promtail config, or terminal output
caller=journaltargetmanager.go:29 msg="WARNING!!! Journal target was configured but support for reading the systemd journal is not compiled into this build of promtail!

@jeschkies
Copy link
Contributor

jeschkies commented Feb 16, 2023

Unfortunately it hasn't been released with 2.7.3: v2.7.3...main#diff-76ed074a9305c04054cdebb9e9aad2d818052b07091de1f20cad0bbac34ffb52R267-R268

You'll need to build it yourself:

docker run -i -v "$(pwd):/src/loki:z" grafana/loki-build-image:0.27.0 dist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants