A collection of plugins for reporting internal Graylog metrics to other systems.
- metrics-reporter-cassandra
- metrics-reporter-console
- metrics-reporter-csv
- metrics-reporter-datadog
- metrics-reporter-elasticsearch
- metrics-reporter-ganglia
- metrics-reporter-graphite
- metrics-reporter-influxdb
- metrics-reporter-jmx
- metrics-reporter-librato
- metrics-reporter-mongodb
- metrics-reporter-prometheus
- metrics-reporter-slf4j
- metrics-reporter-statsd
This project is using Maven 3 and requires Java 8 or higher. The plugin will require Graylog 2.0.0 or higher.
- Clone this repository.
- Run
mvn package
to build JAR files of all plugins. - Optional: Run
mvn jdeb:jdeb
andmvn rpm:rpm
to create a DEB and RPM package respectively. - Copy generated JAR file(s) from the "target" directory to your Graylog server plugin directory.
- Restart the Graylog server.
Copyright (c) 2016 Graylog, Inc.
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.