You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
We are running promtail with the stdin option and we are running into a condition that causes the above panic. This might be related to #2456, but we made sure that we are running the latest version with that fix (1.6.1).
Describe the bug
We are running promtail with the
stdin
option and we are running into a condition that causes the above panic. This might be related to #2456, but we made sure that we are running the latest version with that fix (1.6.1).To Reproduce
Steps to reproduce the behavior:
docker-compose up -d
docker-compose run promtail -stdin -config.file=/var/log/config.yml -log.level=debug < /tmp/input-logs/my.log
Expected behavior
I expected not to see the following panic logs.
Environment:
The text was updated successfully, but these errors were encountered: