···256256 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate.";
257257 };
258258 };
259259+ splunk = glPlugin rec {
260260+ name = "graylog-splunk-${version}";
261261+ pluginName = "graylog-plugin-splunk";
262262+ version = "0.5.0-rc.1";
263263+ src = fetchurl {
264264+ 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";
265265+ sha256 = "sha256-EwF/Dc8GmMJBTxH9xGZizUIMTGSPedT4bprorN6X9Os=";
266266+ };
267267+ meta = {
268268+ homepage = "https://github.com/graylog-labs/graylog-plugin-splunk";
269269+ description = "Graylog output plugin that forwards one or more streams of data to Splunk via TCP.";
270270+ license = lib.licenses.gpl3Only;
271271+ };
272272+ };
259273 twiliosms = glPlugin rec {
260274 name = "graylog-twiliosms-${version}";
261275 pluginName = "graylog-plugin-twiliosms";