Skip to content

Commit 598a736

Browse files
committed
Update README.md
1 parent 292990a commit 598a736

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Allows to send syslog messages with TCP or UDP formatted as plain text (classic)
2121
* Protocol: use tcp or udp
2222
* Host: Hostname with syslog
2323
* Port: Port for syslog, usually 514
24-
* Format: Specify one of plain, structured, full, cef or custom:<ClassName> (see below for explanation on values)
24+
* Format: Specify one of plain, structured, full, cef or custom:FQCN (see below for explanation on values)
2525

2626
## Supported formats
2727

@@ -41,6 +41,10 @@ Common event format aka HP ArcSight format. This is Work in progress as I don`t
4141

4242
A variation of structured format except full message is added.
4343

44+
### custom:FQCN
45+
46+
Specify your implementation of com.wizecore.graylog2.plugin.MessageSender interface.
47+
4448
## Links
4549

4650
* https://tools.ietf.org/html/rfc5424

0 commit comments

Comments
 (0)