Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
journalbeat: make journalbeat6 the default
Browse files Browse the repository at this point in the history
Version 6.x is also the default for the other beats.
  • Loading branch information
basvandijk committed May 10, 2019
1 parent 42c9c6d commit a662f99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -976,6 +976,8 @@ in
metricbeat5
packetbeat5;

journalbeat5 = callPackage ../tools/system/journalbeat { };

inherit (callPackages ../misc/logging/beats/6.x.nix {
# XXX: this is failing with Go 1.12. Error is related to cgo, an
# update to this package might fix it.
Expand All @@ -1002,6 +1004,7 @@ in
heartbeat = heartbeat6;
metricbeat = metricbeat6;
packetbeat = packetbeat6;
journalbeat = journalbeat6;

bfr = callPackage ../tools/misc/bfr { };

Expand Down Expand Up @@ -3787,8 +3790,6 @@ in

joplin-desktop = callPackage ../applications/misc/joplin-desktop { };

journalbeat = callPackage ../tools/system/journalbeat { };

journaldriver = callPackage ../tools/misc/journaldriver { };

jp = callPackage ../development/tools/jp { };
Expand Down

0 comments on commit a662f99

Please sign in to comment.