You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The arm64 binary release of Promtail is not compiled with systemd journal support. As a result, configuring the scrape_configs to scrape the systemd journal fails. To Reproduce
Created the following config YAML on an arm64 (Rock64) host:
Downloaded the latest release of the promtail binary for arm64.
Started promtail with the given config YAML
Promtail prints the following warning: level=warn ts=2021-09-25T02:50:22.501062921Z 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
Promtail correctly forwards systemd logs to the Loki instance.
Environment:
Bare metal running on Debian (Armbian) Buster.
Screenshots, Promtail config, or terminal output
System info:
$ uname -a
Linux balboa 5.10.63-rockchip64 #21.08.2 SMP PREEMPT Wed Sep 8 10:57:23 UTC 2021 aarch64 GNU/Linux
$ cat /etc/issue
Armbian 21.02.3 Buster \l
$ cat /etc/debian_version
10.10
level=warn ts=2021-09-25T03:05:41.255366157Z 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!"
The text was updated successfully, but these errors were encountered:
Describe the bug
The arm64 binary release of Promtail is not compiled with systemd journal support. As a result, configuring the scrape_configs to scrape the systemd journal fails.
To Reproduce
level=warn ts=2021-09-25T02:50:22.501062921Z 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
Promtail correctly forwards systemd logs to the Loki instance.
Environment:
Bare metal running on Debian (Armbian) Buster.
Screenshots, Promtail config, or terminal output
System info:
Config:
Output:
The text was updated successfully, but these errors were encountered: