Skip to content

Commit 61a03d2

Browse files
author
Ruslan Gainutdinov
committed
Release 2.5.1 compatible with Graylog 2.5.1
1 parent 006e486 commit 61a03d2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ vagrant/.vagrant
6666
/vagrant/graylog_latest.deb
6767
vagrant/server.*
6868
**/Thumbs.db
69+
.vscode

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Based on the syslog4j library bundled with Graylog.
44

55
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).
66

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

99
## Graylog marketplace
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.wizecore.graylog2</groupId>
1212
<artifactId>graylog-output-syslog</artifactId>
13-
<version>2.4.5</version>
13+
<version>2.5.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>graylog-output-syslog</name>
@@ -23,7 +23,7 @@
2323
<maven.install.skip>true</maven.install.skip>
2424
<maven.deploy.skip>true</maven.deploy.skip>
2525
<maven.site.skip>true</maven.site.skip>
26-
<graylog2.version>2.4.5</graylog2.version>
26+
<graylog2.version>2.5.1</graylog2.version>
2727
<graylog2.syslog4j.version>0.9.60</graylog2.syslog4j.version>
2828
<graylog2.plugin-dir>/usr/share/graylog-server/plugin</graylog2.plugin-dir>
2929
</properties>

0 commit comments

Comments
 (0)