Skip to content
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

Cherry-pick #16206 to 7.x: Using specific pass for each host in redis output #16512

Merged
merged 1 commit into from
Feb 24, 2020

Conversation

urso
Copy link

@urso urso commented Feb 24, 2020

Cherry-pick of PR #16206 to 7.x branch. Original message:

What does this PR do?

This PR adds support to redis output for multiple password

Why is it important?

It is useful when you have a multiple redis instances with different credentials.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works

Related issues

This PR adds support for redis URL schema when configuring the hosts. Each url can have it's own password, overwriting the outputs password setting. The URL scheme used can enable or disable TLS support as well. Using `redis` we always disable TLS, but when using `rediss` TLS will be enabled.

(cherry picked from commit 0d31ea2)
@urso urso merged commit bb95fa9 into elastic:7.x Feb 24, 2020
@urso urso deleted the backport_16206_7.x branch February 24, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants