Benno Bielmeier
aabff57ea6
graylog-5_2: 5.2.7 -> 5.2.9
2024-07-16 21:53:43 +02:00
Benno Bielmeier
7a8a2eead7
graylog: refactor hash attribute
...
rel: https://github.com/NixOS/nixpkgs/pull/310349/files#r1597704399
2024-07-16 21:52:09 +02:00
Benno Bielmeier
412f485211
graylog-6_0: init at 6.0.4
2024-07-05 01:24:06 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Isa
330ef94574
graylog-5_1: 5.1.11 -> 5.1.13
2024-05-22 13:22:55 +02:00
Isa
d550945abb
graylog-5_2: 5.2.4 -> 5.2.7
2024-05-09 16:58:02 +02:00
Philip Taron
ac39e45b04
Avoid top-level with ...;
in pkgs/tools/misc/graylog/plugins.nix
2024-03-28 21:30:46 +01:00
Robert Scott
1d286d588b
graylog-5_0: remove
2024-02-15 21:14:21 +00:00
Sandro
6802719a6b
Merge pull request #287294 from f2k1de/graylog-5.2.4
...
graylog-5_2: init at 5.2.4
2024-02-10 14:30:00 +01:00
Isa
ed5469e4d6
graylog-5_2: init at 5.2.4
2024-02-08 20:05:53 +01:00
Isa
18c858e76e
graylog-5_1: 5.1.7 -> 5.1.11
2024-02-08 19:56:33 +01:00
GetPsyched
f98ec4f73c
treewide: update meta.description to fit the guidelines
2024-01-09 17:12:31 +01:00
Isa
05adcfc5f4
graylog-5_1: 5.1.4 -> 5.1.7
2023-10-30 00:36:17 +01:00
Raito Bezarius
e60282e170
graylog-3_3: drop, graylog-4_0: drop, graylog-4_3: drop
...
All of those are EOL versions: https://endoflife.date/graylog
4.3 was EOLed 5 months ago. It is time to move on.
2023-10-09 02:51:35 +02:00
Isa
bd50b5fcf5
graylog-5_1: init at 5.1.4
2023-08-07 19:49:48 +02:00
Sandro
6a82bd498f
Merge pull request #240138 from f2k1de/graylog-splunk-plugin
2023-07-11 14:37:36 +02:00
Isa
eca5d29240
graylog: 5.0.7 -> 5.0.8
2023-06-28 18:52:05 +02:00
Isa
c3c028d2bb
graylogPlugins.splunk: init at 0.5.0-rc.1
2023-06-27 16:07:05 +02:00
Sandro
6e2cbe165c
Merge pull request #232273 from f2k1de/graylog-plugin-eagle
...
graylogPlugins.smseagle: init at 1.0.1
2023-06-18 17:41:31 +02:00
Isa
7b4c00c8a7
graylogPlugins.smseagle: init at 1.0.1
2023-06-18 10:40:24 +02:00
Isa
b1240a8d28
graylog: 5.0.6 -> 5.0.7
2023-05-16 18:49:43 +02:00
Isa
c7629a78b7
graylog: let the user decide which version of graylog to use
2023-05-12 20:43:03 +02:00
Isa
efbcbc5611
graylog: init at 4.0.8, 4.3.8, 5.0.6
2023-05-12 20:16:05 +02:00
Robert Scott
3b6bc4b69c
treewide: set sourceProvenance for packages containing downloaded jars
...
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Malo Bourgon
16e15fa68f
treewide: add meta.mainProgram to many packages
2022-05-04 18:08:19 -07:00
Thomas Gerbet
ea5bc4fe75
graylog: 3.3.15 -> 3.3.16
...
Bump log4j 2 to 2.6.0.
https://www.graylog.org/post/announcing-graylog-v3-3-16
2021-12-17 09:38:03 +01:00
Thomas Gerbet
6dd67c31d2
graylog: 3.3.14 -> 3.3.15
...
This release included a fix for the Log4j vulnerability.
https://www.graylog.org/post/graylog-update-for-log4j
2021-12-13 09:46:47 +01:00
xaverdh
03a257e5a3
treewide: quote urls according to rfc 0045 ( #145260 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-10 11:37:56 +01:00
FadenB
c82cc16ccc
graylog: 3.3.9 -> 3.3.14
2021-08-07 20:41:16 +09:00
FadenB
b7604be17d
Revert "graylog: 3.3.9 -> 4.0.7"
...
This reverts commit b1d42dbe6d
.
The 4.x versions of Graylog have a different license (unfree) than the 3.x branch.
2021-08-07 20:41:16 +09:00
R. RyanTM
b1d42dbe6d
graylog: 3.3.9 -> 4.0.7
2021-06-18 17:55:04 +00:00
Linus Heckemann
22de3c19e7
graylog: improve JRE handling
...
Since the upstream graylogctl script will prefer finding its java
executable based on JAVA_HOME, we now set this instead of PATH in
order to allow it to find the JRE. By setting it conditionally on it
not already being set, we allow selecting a different JRE at runtime.
We also explicitly use openjdk11, which supports the
UseConcMarkSweepGC option which graylog insists on using.
2021-03-28 14:37:28 +02:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs ( #112302 )
2021-02-20 16:01:53 -05:00
Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tristan Helmich
e617a31432
graylog: 3.3.8 -> 3.3.9
...
Bumps Graylog and integration plugins to version 3.3.9.
2020-11-25 19:41:00 +00:00
Maximilian Bosch
6baf442a9e
graylog: expose NixOS test via passthru
...
With this change, our ofborg CI will run the integration test as well if
a PR changes the `graylog` package.
2020-10-13 10:48:57 +02:00
Tristan Helmich
26c66d0f33
graylog: 3.3.7 -> 3.3.8
...
Bumps Graylog and integration plugins to version 3.3.8.
2020-10-12 20:41:28 +00:00
Tristan Helmich
4115906195
graylog: 3.3.6 -> 3.3.7
...
Bumps Graylog and integration plugins to version 3.3.7.
2020-10-10 19:37:12 +00:00
Tristan Helmich (omniIT)
dee78b7032
graylog: 3.3.4 -> 3.3.6
...
Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
2020-09-29 08:23:29 +00:00
Tristan Helmich (omniIT)
f797bed266
graylog: 3.3.3 -> 3.3.4
...
Bumps Graylog and integration plugins to version 3.3.4
2020-08-11 09:00:45 +00:00
Tristan Helmich (omniIT)
1bb1b67087
graylog: 3.3.2 -> 3.3.3
...
Bumps Graylog and integrations plugins to 3.3.3 which fixes CVE-2020-15813
2020-07-30 18:38:12 +00:00
R. RyanTM
dcf20331cf
graylog: 3.3.1 -> 3.3.2
2020-07-03 14:15:50 +00:00
fadenb
0181c1bd2b
graylogPlugins: Update plugins
...
graylog-enterprise-integrations: 3.3.0 -> 3.3.1
graylog-integrations: 3.3.0 -> 3.3.1
2020-06-16 10:56:26 +00:00
R. RyanTM
cb053733b5
graylog: 3.3.0 -> 3.3.1
2020-06-16 02:36:48 +00:00
Tristan Helmich (omniIT)
a265cd27b0
graylogPlugins: Update and add plugins
...
* graylog-auth-sso: 3.1.0 -> 3.3.0
* graylog-enterprise-integrations: init at 3.3.0
* graylog-integrations: init at 3.3.0
* graylog-pagerduty: 1.3.0 -> 2.0.0
* graylog-snmp: init at 0.3.0
2020-06-06 10:06:22 +00:00
Tristan Helmich (omniIT)
b48ad9b33d
graylog: 3.2.5 -> 3.3.0
2020-06-06 09:49:02 +00:00
R. RyanTM
878e720ba4
graylog: 3.2.4 -> 3.2.5
2020-05-21 19:35:51 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00