Add rsyslog promtail forwarder

This commit is contained in:
Alex D. 2022-02-04 11:17:13 +00:00
parent 3a7e13e09b
commit d8cc310952
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2021.06.25.02
pkgver=2022.01.21.01
pkgrel=0
source="
rsyslogd.conf
@ -18,11 +18,11 @@ _modules="
grafana
postgresql
redis
loki-promtail
"
# TODO
#
# logger:
# telegraf
# influxdb
# Gitea
#
@ -59,4 +59,5 @@ sha512sums="
506bb6badc1f53a59079311e5c2d2a0036dcc06101d31dcdfce954d7a328572f8398a087d67ea5c78d07ccf4f63b70d17f9f65298f6f44f8c5fe507bbb48f78c grafana
10a12c9adf9d212e885b8e1f1d0f0f20d1c932aaf6cfe3591d73345f4f8f470e0163324c3be197b53b850f72aa0bf72b55d1b83eb42cb6737a9914080754cfe7 postgresql
edf49b401f91e75a83ea4994ad020fa8343a68097e5c6d613f8da7e89521f6782d5698c9f5f69e03f2cfe15b961e7be02f3a80df8ad8466b51057b5828366ee0 redis
3cef47626d2a281db886f987326d93a434e49169df510f710e98b89adb00bae5ec5c045ab581da4071c0993b01d6c1f643003e90d1534fb3bf6c148043115d5d loki-promtail
"

View File

@ -0,0 +1,3 @@
module(load="omprog")
action(type="omfwd" Protocol="tcp" Target="127.0.0.1" Port="7590" Template="RSYSLOG_SyslogProtocol23Format"
TCP_Framing="octet-counted")