Skip to content

Commit

Permalink
Release 2.5.1 compatible with Graylog 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Gainutdinov committed Feb 19, 2019
1 parent 006e486 commit 61a03d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ vagrant/.vagrant
/vagrant/graylog_latest.deb
vagrant/server.*
**/Thumbs.db
.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Based on the syslog4j library bundled with Graylog.

This plugin allows you to forward messages from a Graylog 2.X server in syslog format. Messages can be dispatched over TCP or UDP and formatted as plain text (classic), structured syslog (rfc 5424) or CEF (experimental).

This plugin supports Graylog 2.X+.
This plugin supports Graylog 2.4.x, 2.5.x

## Graylog marketplace

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.wizecore.graylog2</groupId>
<artifactId>graylog-output-syslog</artifactId>
<version>2.4.5</version>
<version>2.5.1</version>
<packaging>jar</packaging>

<name>graylog-output-syslog</name>
Expand All @@ -23,7 +23,7 @@
<maven.install.skip>true</maven.install.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.site.skip>true</maven.site.skip>
<graylog2.version>2.4.5</graylog2.version>
<graylog2.version>2.5.1</graylog2.version>
<graylog2.syslog4j.version>0.9.60</graylog2.syslog4j.version>
<graylog2.plugin-dir>/usr/share/graylog-server/plugin</graylog2.plugin-dir>
</properties>
Expand Down

0 comments on commit 61a03d2

Please sign in to comment.