Merge pull request #240138 from f2k1de/graylog-splunk-plugin

authored by Sandro and committed by GitHub 6a82bd49 b6cc7ff8

+14
+14
pkgs/tools/misc/graylog/plugins.nix
··· 256 256 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate."; 257 257 }; 258 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 + }; 259 273 twiliosms = glPlugin rec { 260 274 name = "graylog-twiliosms-${version}"; 261 275 pluginName = "graylog-plugin-twiliosms";