-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promtail - Error - at least one client config should be provided #2194
Comments
I think logs said that can't find correct loki server,Try to use ip address. |
@hjfeng1988 Still not working. When running promtail not in docker, it works. |
It's because the config file by default is empty. Try this. I leave it open because the error is not good.
|
cyriltovena
added a commit
to cyriltovena/loki
that referenced
this issue
Jun 8, 2020
Closes grafana#2194. This is already the case for Loki. I think it's better to have this since most people would expect it as default at least for docker. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Worked, thank you for the quick answer! |
cyriltovena
added a commit
that referenced
this issue
Jun 22, 2020
Closes #2194. This is already the case for Loki. I think it's better to have this since most people would expect it as default at least for docker. Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just started with promtail and loki with docker. My promtail config is:
The container fails just after starting with:
level=error ts=2020-06-08T08:20:15.859761174Z caller=main.go:63 msg="error creating promtail" error="at least one client config should be provided"
Promtail docker deploy command:
I am missing something?
The text was updated successfully, but these errors were encountered: