Skip to main content
added 17 characters in body
Source Link
Aaron Enberg
  • 131
  • 1
  • 1
  • 7

I found a minimal solution after reading the docs here https://rsyslog.readthedocs.io/en/latest/configuration/modules/imuxsock.html docs

  which is to create an rsyslog config file /etc/rsyslog.d/my-namespace.conf with the content:

input(type="imuxsock" Socket="/run/systemd/journal.my-namespace/syslog")

I found a minimal solution after reading the docs here https://rsyslog.readthedocs.io/en/latest/configuration/modules/imuxsock.html

  which is to create an rsyslog config file /etc/rsyslog.d/my-namespace.conf with the content:

input(type="imuxsock" Socket="/run/systemd/journal.my-namespace/syslog")

I found a minimal solution after reading the rsyslog docs which is to create an rsyslog config file /etc/rsyslog.d/my-namespace.conf with the content:

input(type="imuxsock" Socket="/run/systemd/journal.my-namespace/syslog")
Source Link
Aaron Enberg
  • 131
  • 1
  • 1
  • 7

I found a minimal solution after reading the docs here https://rsyslog.readthedocs.io/en/latest/configuration/modules/imuxsock.html

which is to create an rsyslog config file /etc/rsyslog.d/my-namespace.conf with the content:

input(type="imuxsock" Socket="/run/systemd/journal.my-namespace/syslog")