Skip to main content
Version: v4

Syslog Processor

Syslog processor writes the execution output to the system syslog daemon

Note: Only work on linux systems

Configuration

Parameters

forward: Forward the output to the next processor

Example

{
    "name": "job_name",
    "command": "echo 'Hello syslog'",
    "schedule": "@every 2m",
    "tags": {
        "role": "web"
    },
    "processors": {
        "syslog": {
            "forward": "true"
        }
    }
}