···139 description = "Graylog input plugin that reads MongoDB profiler data";
140 };
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 pagerduty = glPlugin rec {
156 name = "graylog-pagerduty-${version}";
157 pluginName = "graylog-plugin-pagerduty";
···202 meta = {
203 homepage = https://github.com/graylog-labs/graylog-plugin-spaceweather;
204 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 };
219 };
220 twiliosms = glPlugin rec {
···139 description = "Graylog input plugin that reads MongoDB profiler data";
140 };
141 };
0000000000000142 pagerduty = glPlugin rec {
143 name = "graylog-pagerduty-${version}";
144 pluginName = "graylog-plugin-pagerduty";
···189 meta = {
190 homepage = https://github.com/graylog-labs/graylog-plugin-spaceweather;
191 description = "Correlate proton density to the response time of your app and the ion temperature to your exception rate.";
0000000000000192 };
193 };
194 twiliosms = glPlugin rec {