项目作者: condevtec

项目描述 :
Graylog Plugin for NSQ
高级语言: Java
项目地址: git://github.com/condevtec/graylog-plugin-nsq.git
创建时间: 2017-12-09T17:48:31Z
项目社区:https://github.com/condevtec/graylog-plugin-nsq

开源协议:GNU General Public License v3.0

下载


NSQ Plugin for Graylog

Github Downloads
GitHub Release
Build Status

Required Graylog version: 2.2.0 and later

This plugin provides inputs for the NSQ protocol in Graylog

Installation

  1. Download the plugin and place the JAR file in your Graylog plugin directory.
  2. Restart Graylog

Build

This project is using Maven and requires Java 8 or higher.
You can build the plugin (JAR) with mvn package.
DEB and RPM packages can be build with mvn jdeb:jdeb or mvn rpm:rpm.

Plugin Release

In order to release a new version of the plugin, run the following commands:

  1. $ mvn release:prepare
  2. $ mvn release:perform -Dgpg.skip -Darguments=-Dgpg.skip

This sets the version numbers, creates a tag and pushes to GitHub.

License

Copyright (c) 2016-2017 Reimund Klain - Condevtec

This library is licensed under the GNU General Public License, Version 3.0.

See https://www.gnu.org/licenses/gpl-3.0.html or the LICENSE.txt file in this repository for the full license text.