22.32.4. salt.beacons.journald

A simple beacon to watch journald for specific entries

salt.beacons.journald.beacon(config)

The journald beacon allows for the systemd jornal 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: 2014.7.2

Previous topic

22.32.3. salt.beacons.inotify

Next topic

22.32.5. salt.beacons.load