about summary refs log tree commit diff
path: root/pkgs/tools/misc/logstash/contrib.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim1-1/+1
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2023-10-04treewide: remove cstrahan from meta.maintainers - part 1Anderson Torres1-1/+1
All the packages here are now orphaned.
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-11-26logstash: fix missing package hooksIsaac van Bakel1-1/+3
logstash packages were failing to run the pre/postInstall hooks, despite running the install phase.
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2014-10-05logstash service improvementsCharles Strahan1-0/+31
* add logstash-contrib plugins package * add additional options to the logstash service