summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-26 12:01:05 +0000
committerGitHub <noreply@github.com>2023-08-26 12:01:05 +0000
commit4cdbb53d13d08b544a7928e55c1c76308e3ca3f1 (patch)
treebc5be550e9b4b8dedd0065bf5ff823d7620562ee /pkgs/misc
parent7acb56e8022b7299d8d64f0eae9bef2143486f7f (diff)
parent31dc5e9564fe20ece88000d2298d03dddbcee9bb (diff)
downloadnixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar.gz
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar.bz2
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar.lz
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar.xz
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.tar.zst
nixpkgs-4cdbb53d13d08b544a7928e55c1c76308e3ca3f1.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/logging/beats/7.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/misc/logging/beats/7.x.nix b/pkgs/misc/logging/beats/7.x.nix
index 77ac0bd3b59..ad4d00a8149 100644
--- a/pkgs/misc/logging/beats/7.x.nix
+++ b/pkgs/misc/logging/beats/7.x.nix
@@ -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 ];