-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
support multiple passwords for redis output #5891
Conversation
Can one of the admins verify this patch? |
@aboullaite Thanks for your contribution, a few thoughts.
The part I worry with the above that there will be too many variants on how users want to use it. Could we provide the password as part of the hosts |
Hi @ruflin, Thanks for your answer. I agree that this change should affect for all outputs, but I don't think adding it to the host is the best option, since will have another separator on the hosts list. That would be too much inputs for one var. |
This is how I would expect it to work. This is how the ES output works. And I believe this is how most Metricbeat modules handle this (but not all). So for a config like
it would use |
After a deep thinking, I understand your point of you and I agreed on! and the format you @andrewkroh suggested seems to be the best one! |
+1 on @andrewkroh proposal. @aboullaite Want to modify your PR? |
@ruflin Yes, I'm actually working! |
hi everybody |
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
Hi, I'm closing this PR, because the PR has been stalled for quite some time and the proposed changes haven't been implemented yet. I created the follow up issue #16058 |
This PR add ability to specify multiple passwords for redis. Users now should add a list of passwords instead of one.