tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
graylogPlugins: remove plugins included in 2.4
Armin
8 years ago
a01fb648
da1421ff
-26
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
graylog
plugins.nix
-26
pkgs/tools/misc/graylog/plugins.nix
···
139
139
description = "Graylog input plugin that reads MongoDB profiler data";
140
140
};
141
141
};
142
142
-
netflow = glPlugin rec {
143
143
-
name = "graylog-netflow-${version}";
144
144
-
pluginName = "graylog-plugin-netflow";
145
145
-
version = "0.1.1";
146
146
-
src = fetchurl {
147
147
-
url = "https://github.com/Graylog2/${pluginName}/releases/download/${version}/${pluginName}-${version}.jar";
148
148
-
sha256 = "1pdv12f9dca1rxf62ds51n79cjhkkyj0gjny8kj1cq64vlayc9x9";
149
149
-
};
150
150
-
meta = {
151
151
-
homepage = https://github.com/Graylog2/graylog-plugin-netflow;
152
152
-
description = "Graylog NetFlow plugin";
153
153
-
};
154
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
205
-
};
206
206
-
};
207
207
-
threatintel = glPlugin rec {
208
208
-
name = "graylog-threatintel-${version}";
209
209
-
pluginName = "graylog-plugin-threatintel";
210
210
-
version = "0.10.0";
211
211
-
src = fetchurl {
212
212
-
url = "https://github.com/Graylog2/${pluginName}/releases/download/${version}/${pluginName}-${version}.jar";
213
213
-
sha256 = "0clg0vy8aipw122rfqww1lnjriazlnnh77pqiy5vnmv6ycjw0y4i";
214
214
-
};
215
215
-
meta = {
216
216
-
homepage = https://github.com/Graylog2/graylog-plugin-threatintel;
217
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 {