Unverified Commit 13fe5cbd authored by Vanilla's avatar Vanilla
Browse files

auditbeat7: init

parent 8a390e02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
+2 −0
Original line number Diff line number Diff line
@@ -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;