Skip to content

Commit

Permalink
Version bump to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Gainutdinov committed Sep 6, 2017
1 parent 31324fe commit f6f994a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Here is the algorithm for CEF message delivery used in this plugin. If you don`t

### Header

Plugin outputs CEF Header with following fields: ``CEF:0|Graylog|graylog-output-syslog:cefsender|2.1.1|``
Plugin outputs CEF Header with following fields: ``CEF:0|Graylog|graylog-output-syslog:cefsender|2.3.1|``

### Device Event Class ID field

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.1.1</version>
<version>2.3.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.1.1</graylog2.version>
<graylog2.version>2.3.1</graylog2.version>
<graylog2.syslog4j.version>0.9.55</graylog2.syslog4j.version>
<graylog2.plugin-dir>/usr/share/graylog-server/plugin</graylog2.plugin-dir>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/wizecore/graylog2/plugin/CEFSender.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void send(SyslogIF syslog, int level, Message msg) {

// Header:
// CEF:Version|Device Vendor|Device Product|Device Version|
out.append("CEF:0|Graylog|graylog-output-syslog:cefsender|2.1.1|");
out.append("CEF:0|Graylog|graylog-output-syslog:cefsender|2.3.1|");

// Device Event Class ID
out.append("log:1");
Expand Down

0 comments on commit f6f994a

Please sign in to comment.