diff --git a/config/logging.nix b/config/logging.nix index 4d262608..4118e0a6 100644 --- a/config/logging.nix +++ b/config/logging.nix @@ -23,7 +23,6 @@ let ''; in { - # add central logging services.journalbeat = { enable = false; diff --git a/config/lxc-container.nix b/config/lxc-container.nix index cca201b8..e6296fff 100644 --- a/config/lxc-container.nix +++ b/config/lxc-container.nix @@ -47,31 +47,6 @@ }; services = { - journalbeat = { - enable = false; - tags = [ "container" ]; - extraConfig = '' - journalbeat.inputs: - # Paths that should be crawled and fetched. Possible values files and directories. - # When setting a directory, all journals under it are merged. - # When empty starts to read from local journal. - - paths: [] - journalbeat: - seek_position: cursor - cursor_seek_fallback: tail - write_cursor_state: true - cursor_flush_period: 5s - clean_field_names: true - convert_to_numbers: false - move_metadata_to_field: journal - default_type: journal - kernel: true - output.logstash: - # Boolean flag to enable or disable the output module. - enabled: true - hosts: ["${config.c3d2.hosts.logging.ip4}:5044"] - ''; - }; # Required for remote deployment openssh.enable = true; resolved.enable = false;