Skip to content

[Palo Alto/panw.panos] Support Syslog RFC5424 #26430

@adriansr

Description

@adriansr

Panos devices can send logs in RFC5424 (newer syslog) format, but the module is hardcoded to rfc3164 (older syslog).

Currently the only workaround is to edit the module/panw/panos/config/input.yml file and enable the new RFC with the format config option for syslog input (added by #23954):

  type: syslog
+ format: 5424   
  protocol.udp:
    host: "{{.syslog_host}}:{{.syslog_port}}"

We should expose this configuration via a module setting or update the panw module to do it's own syslog parsing supporting both RFCs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions