auditbeat7: init

This commit is contained in:
Vanilla 2023-08-26 13:28:06 +08:00
parent 8a390e0210
commit 13fe5cbd8f
No known key found for this signature in database
GPG key ID: 3750028ED04FA42E
2 changed files with 3 additions and 0 deletions

View file

@ -24,6 +24,7 @@ let beat = package: extraArgs: buildGoModule (rec {
} // extraArgs);
in
rec {
auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; };
filebeat7 = beat "filebeat" {
meta.description = "Lightweight shipper for logfiles";
buildInputs = [ systemd ];

View file

@ -4241,11 +4241,13 @@ with pkgs;
bchunk = callPackage ../tools/cd-dvd/bchunk { };
inherit (callPackages ../misc/logging/beats/7.x.nix { })
auditbeat7
filebeat7
heartbeat7
metricbeat7
packetbeat7;
auditbeat = auditbeat7;
filebeat = filebeat7;
heartbeat = heartbeat7;
metricbeat = metricbeat7;