graylogPlugins: remove plugins included in 2.4

Armin a01fb648 da1421ff

-26
-26
pkgs/tools/misc/graylog/plugins.nix
··· 139 139 description = "Graylog input plugin that reads MongoDB profiler data"; 140 140 }; 141 141 }; 142 - netflow = glPlugin rec { 143 - name = "graylog-netflow-${version}"; 144 - pluginName = "graylog-plugin-netflow"; 145 - version = "0.1.1"; 146 - src = fetchurl { 147 - url = "https://github.com/Graylog2/${pluginName}/releases/download/${version}/${pluginName}-${version}.jar"; 148 - sha256 = "1pdv12f9dca1rxf62ds51n79cjhkkyj0gjny8kj1cq64vlayc9x9"; 149 - }; 150 - meta = { 151 - homepage = https://github.com/Graylog2/graylog-plugin-netflow; 152 - description = "Graylog NetFlow plugin"; 153 - }; 154 - }; 155 142 pagerduty = glPlugin rec { 156 143 name = "graylog-pagerduty-${version}"; 157 144 pluginName = "graylog-plugin-pagerduty"; ··· 202 189 meta = { 203 190 homepage = https://github.com/graylog-labs/graylog-plugin-spaceweather; 204 191 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate."; 205 - }; 206 - }; 207 - threatintel = glPlugin rec { 208 - name = "graylog-threatintel-${version}"; 209 - pluginName = "graylog-plugin-threatintel"; 210 - version = "0.10.0"; 211 - src = fetchurl { 212 - url = "https://github.com/Graylog2/${pluginName}/releases/download/${version}/${pluginName}-${version}.jar"; 213 - sha256 = "0clg0vy8aipw122rfqww1lnjriazlnnh77pqiy5vnmv6ycjw0y4i"; 214 - }; 215 - meta = { 216 - homepage = https://github.com/Graylog2/graylog-plugin-threatintel; 217 - description = "Graylog Processing Pipeline functions to enrich log messages with IoC information from threat intelligence databases"; 218 192 }; 219 193 }; 220 194 twiliosms = glPlugin rec {