salt.beacons.journald

A simple beacon to watch journald for specific entries

salt.beacons.journald.beacon(config)

The journald beacon allows for the systemd journal to be parsed and linked objects to be turned into events.

This beacons config will return all sshd jornal entries

beacons:
  journald:
    sshd:
      SYSLOG_IDENTIFIER: sshd
      PRIORITY: 6

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2017.7.2

Previous topic

salt.beacons.inotify

Next topic

salt.beacons.load