docs(inputs.syslog): add BSD syslog to readme intro (#12647)
This commit is contained in:
parent
53f36570fd
commit
3571d0a49b
|
|
@ -7,7 +7,8 @@ socket, [UDP](https://tools.ietf.org/html/rfc5426),
|
||||||
framing.
|
framing.
|
||||||
|
|
||||||
Syslog messages should be formatted according to
|
Syslog messages should be formatted according to
|
||||||
[RFC 5424](https://tools.ietf.org/html/rfc5424).
|
[RFC 5424](https://tools.ietf.org/html/rfc5424) (syslog protocol) or
|
||||||
|
[RFC 3164](https://tools.ietf.org/html/rfc3164) (BSD syslog protocol).
|
||||||
|
|
||||||
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
|
## Global configuration options <!-- @/docs/includes/plugin_config.md -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue