Skip to content

Commit

Permalink
Revert "elk7: 7.11.1 -> 7.16.1, 6.8.3 -> 6.8.21 + add filebeat module…
Browse files Browse the repository at this point in the history
… and tests (NixOS#150879)"

This reverts commit ebaa226 which was
a squash of multiple commits that shouldn't have been squashed.
  • Loading branch information
talyz authored and jsoo1 committed Jun 1, 2023
1 parent d0cc0f7 commit 792c516
Show file tree
Hide file tree
Showing 16 changed files with 93 additions and 403 deletions.
1 change: 0 additions & 1 deletion nixos/modules/module-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@
./services/hardware/xow.nix
./services/logging/SystemdJournal2Gelf.nix
./services/logging/awstats.nix
./services/logging/filebeat.nix
./services/logging/fluentd.nix
./services/logging/graylog.nix
./services/logging/heartbeat.nix
Expand Down
253 changes: 0 additions & 253 deletions nixos/modules/services/logging/filebeat.nix

This file was deleted.

3 changes: 1 addition & 2 deletions nixos/modules/services/logging/journalbeat.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in
type = types.package;
default = pkgs.journalbeat;
defaultText = literalExpression "pkgs.journalbeat";
example = literalExpression "pkgs.journalbeat7";
description = ''
The journalbeat package to use
'';
Expand Down Expand Up @@ -74,8 +75,6 @@ in
systemd.services.journalbeat = {
description = "Journalbeat log shipper";
wantedBy = [ "multi-user.target" ];
wants = [ "elasticsearch.service" ];
after = [ "elasticsearch.service" ];
preStart = ''
mkdir -p ${cfg.stateDir}/data
mkdir -p ${cfg.stateDir}/logs
Expand Down
Loading

0 comments on commit 792c516

Please sign in to comment.