···256 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate.";
257 };
258 };
00000000000000259 twiliosms = glPlugin rec {
260 name = "graylog-twiliosms-${version}";
261 pluginName = "graylog-plugin-twiliosms";
···256 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate.";
257 };
258 };
259+ splunk = glPlugin rec {
260+ name = "graylog-splunk-${version}";
261+ pluginName = "graylog-plugin-splunk";
262+ version = "0.5.0-rc.1";
263+ src = fetchurl {
264+ url = "https://github.com/graylog-labs/graylog-plugin-splunk/releases/download/0.5.0-rc.1/graylog-plugin-splunk-0.5.0-rc.1.jar";
265+ sha256 = "sha256-EwF/Dc8GmMJBTxH9xGZizUIMTGSPedT4bprorN6X9Os=";
266+ };
267+ meta = {
268+ homepage = "https://github.com/graylog-labs/graylog-plugin-splunk";
269+ description = "Graylog output plugin that forwards one or more streams of data to Splunk via TCP.";
270+ license = lib.licenses.gpl3Only;
271+ };
272+ };
273 twiliosms = glPlugin rec {
274 name = "graylog-twiliosms-${version}";
275 pluginName = "graylog-plugin-twiliosms";