1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "SystemdJournal2Gelf";
5 version = "unstable-2023-03-10";
7 src = fetchFromGitHub {
9 repo = "SystemdJournal2Gelf";
10 rev = "863a15df5ed2d50365bb9c27424e3b118ce404c0";
11 hash = "sha256-AwJq0xZAoIpBz9kGERfmZZTn28LbAKIl3gUsFKL3yvs=";
16 ldflags = [ "-s" "-w" ];
21 description = "Export entries from systemd's journal and send them to a graylog server using gelf";
22 homepage = "https://github.com/parse-nl/SystemdJournal2Gelf";
23 license = licenses.bsd2;
24 maintainers = with maintainers; [ fadenb fpletz ];
25 mainProgram = "SystemdJournal2Gelf";