I experienced this problem:
==> Press Ctrl-C to exit <==
http://127.0.0.1:9001/logtail/mbus0:0/stdout Cannot read, status code 410
When I removed the process_name=%(process_num)s directive for that program, the process name became simpler and the tail command now works. I am guessing that it's failing due to the : character. URL encoding at some point in the chain has been left out perhaps?
I experienced this problem:
When I removed the
process_name=%(process_num)sdirective for that program, the process name became simpler and the tail command now works. I am guessing that it's failing due to the:character. URL encoding at some point in the chain has been left out perhaps?