Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[container_log] Add rotated logs support
In Kubernetes/OpenShift rotated logs have no symbolic link in /var/log/containers and they cannot be retrieved using `oc logs` either, so there is no way to get these rotated logs in a SOS report. This patch proposes extending the `container_log` plugin to make it also capable of retrieving rotated logs from `var/log/pods` using a plugin boolean option called `rotated`. Closes #3677 Signed-off-by: Gorka Eguileor <[email protected]>
- Loading branch information