I could successfully use redis with socks proxy and ssl in beats. But, I'm not able to read from redis using redis input plugin ofr logstash.
beat has settings for proxy and ssl as "proxy_url" and "ssl.enabled" to send to redis. But, I cannot find the same for Logstash input redis plugin.
What are equivalent settings in logstash
Documentation reference https://www.elastic.co/guide/en/logstash/current/plugins-inputs-redis.html#plugins-inputs-redis-host does not specify any data.
Though of adding a new issue @https://github.com/logstash-plugins/logstash-input-redis, but want to check in forum before raising one.