-
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
metricbeat: add password for redis module in doc #3756
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure to run make update
before pushing the commit. Assuming the change would be need in the config file, it would have to be done in the module itself and make update
would udpate the full config file.
metricbeat/metricbeat.full.yml
Outdated
@@ -284,6 +284,9 @@ metricbeat.modules: | |||
# Redis hosts | |||
#hosts: ["127.0.0.1:6379"] | |||
|
|||
# Password to authenticate to the hosts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The password is already available on line 308. I think it needs to be added to the docs instead.
…into doc/metricbeat_redis_password
I ran |
…into doc/metricbeat_redis_password
…into doc/metricbeat_redis_password
@7AC Thanks for the fix. We should backport this to 5.3. |
No description provided.