Sorry for too many requests but do we have the way to implement things like previous logs? ``` kubectl logs <pod name> --previous ``` Sometimes ES nodes just left and we can't take the logs by `kubectl logs` but we have to add `--previous` separately. _Originally posted by @kunisen in https://github.com/elastic/eck-diagnostics/issues/28#issuecomment-914025669_