auditbeat7: init
This commit is contained in:
parent
8a390e0210
commit
13fe5cbd8f
2 changed files with 3 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue