-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Documentation: config for ingester/distributor memberlist is invalid #2754
Comments
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
We had the same problem, the documentation is wrong and seems like it would be great to fix. |
I ran into this today. I'm curious which components will have the memberlist port bound and should be listed in memberlist:
join_members:
- distributor
- ingester However I have the suspicion that e.g. |
The |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Describe the bug
https://grafana.com/docs/loki/latest/configuration/#ingester_config
https://grafana.com/docs/loki/latest/configuration/#distributor_config
Current documentation for the ingester and distributor config describes the ring config as:
The
memberlist
element in that heirarchy is incorrect, and will cause loki to err at startup with an invalid config.memberlist
is actually a root level element and is defined once and then referenced withstore: memberlist
in the distributor and ingester configurations. While I have not tested it, I imagine the same holds true for consul and etcd configs.Expected behavior
Documentation should be adjusted to add memberlist as a root element, and remove the definition from the distributor_config and ingester_config sections.
The text was updated successfully, but these errors were encountered: