mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-02 01:11:11 +01:00
As explained in https://github.com/talos-systems/talos/issues/4880#issuecomment-1022656510, right now the recommended way to push logs to log collectors is by running a configuring Filebeat in the local cluster, with a DaemonSet using the host network, and pointing Talos to push logs to an UDP port on 127.0.0.1. I updated both v0.14 and v0.15 docs, as it should be more clear for both versions. Signed-off-by: Florian Klink <flokli@flokli.de> Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>