Hey folks, I recently converted Alexeys awesome Success rate Powershell script to output in HTML instead of console so I can view it remotely. Just leaving it here in case anyone else would find that useful. Alexey feel free to copy to your repository so it’s consolidated, I added credit to your original script at the top.
WARNING: My version wipes the logs after running for a daily snapshot. This helps it complete in under 10 minutes (vs parsing days of log entries)
If you have redirected your logs to a file, you indeed have to pass the path to the log file as @DutchSNO said. If you use the container name, it searches the docker logs, which won’t have any logs when they are redirected. So which one works depends on your setup.