-
Notifications
You must be signed in to change notification settings - Fork 70
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
input-redis does not know ssl-flag, although it is mentioned in documentation #76
Comments
this worked in logstash 6.x |
works when I switch back to Unfortunately the docker-team does not want any issue reporting: https://github.com/elastic/dockerfiles |
Workaround Dockerfile if you only use redis for input.
|
Any update on this? Looks like the issue has been around for a while ago and is a pain for those of us that are using something like helm to manage logstash. |
this input has been published recently so it doesn't have a version conflict with the output anymore. doing
|
@jsvd Do you know if this has been included in the latest container release? |
I am using redis behind stunnel to gain TLS encryption for redis. Filebeat is running fine, ships it's data sucessfully to redis database.
Now I want to establish secured connection from logstash to redis.
I updated logstash to version 7.2.0 where the docs are offering a flag for ssl:
https://www.elastic.co/guide/en/logstash/current/plugins-inputs-redis.html#plugins-inputs-redis-ssl
Sounds like it is what I need.
So my input looks like this:
When I check the environment variables on container level, they are looking correctly to me:
Here are the logfiles. Looks like ssl flag is unknown for logstash, but it is documented...
The text was updated successfully, but these errors were encountered: