We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2539b0a commit bf507f8Copy full SHA for bf507f8
README.md
@@ -1,9 +1,17 @@
1
Graylog2 output plugin Syslog
2
=============================
3
4
-## How to use
+Based on bundled with Graylog syslog4j library.
5
+
6
+Allows to send syslog messages with TCP or UDP formatted as plain text (classic), structured syslog or CEF.
7
8
+## How to build
9
-Download GraylogSyslogOutput.jar and put inside /graylog2/path/plugins/
10
+Use eclise to build. Or mavenize project and build with maven.
11
12
+## How to use
13
-Restart Graylog2 and configure new output in streams.
14
+Download GraylogSyslogOutput.jar from releases and put inside /graylog-1.0.1/plugins folder
15
+Restart Graylog2
16
+Create new output globally or inside stream.
17
0 commit comments