salt.beacons.log module

Beacon to fire events at specific log messages.

New in version 2017.7.0.

salt.beacons.log.beacon(config)

Read the log file and return match whole string

beacons:
    log:
      file: <path>
      <tag>:
        regex: <pattern>

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2017.7.2

Previous topic

salt.beacons.load

Next topic

salt.beacons.memusage module