Take logs from Docker

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-05-03 12:12:13 +02:00
parent 9a50d57305
commit eaa22d8e4c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -287,6 +287,10 @@ in
# }
# ];
inputs.docker_log = {
tags.bucket = "logs";
};
outputs.influxdb_v2 = [
{
urls = [ "http://${secret.network.ips.blowhole.ip}:8086" ];
@ -304,6 +308,10 @@ in
}
];
};
systemd = {
serviceConfig.SupplementaryGroups = [ "docker" ];
};
};
fileSystems."/var/lib/grafana" = {