incz is a very rudimentary log shipper for zinc search

although it probably would work with elasticsearch as well
as zinc is alleged to be ES-compatible

this is just the package and needs hooking into the service/log
infrastructure somehow
This commit is contained in:
Daniel Barlow
2024-09-08 16:38:37 +01:00
parent 69bf6cb5fb
commit aaa6e353db
3 changed files with 97 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ in {
hi = callPackage ./hi { };
ifwait = callPackage ./ifwait { };
initramfs-peek = callPackage ./initramfs-peek { };
incz = callPackage ./incz { };
json-to-fstree = callPackage ./json-to-fstree { };
kernel-backport = callPackage ./kernel-backport { };
kmodloader = callPackage ./kmodloader { };