Skip to content

logstash: make redis host and TLS configurable for simple pipelines - #511

Open
Saeid-Abadi wants to merge 3 commits into
mainfrom
feature/redis-host-tls
Open

logstash: make redis host and TLS configurable for simple pipelines#511
Saeid-Abadi wants to merge 3 commits into
mainfrom
feature/redis-host-tls

Conversation

@Saeid-Abadi

Copy link
Copy Markdown
Contributor

The simple input/output (and default redis) templates hardcoded host => localhost with no TLS option, so pipelines could only reach a co-located Redis in plaintext. Add logstash_redis_input_host, logstash_redis_output_host and logstash_redis_tls (defaults keep the previous behaviour: localhost, no TLS).

The simple input/output (and default redis) templates hardcoded
host => localhost with no TLS option, so pipelines could only reach a
co-located Redis in plaintext. Add logstash_redis_input_host,
logstash_redis_output_host and logstash_redis_tls (defaults keep the
previous behaviour: localhost, no TLS).
DocSmith validation requires every defaults variable to be present in
meta/argument_specs.yml. Add specs for logstash_redis_input_host,
logstash_redis_output_host and logstash_redis_tls.
Match the wording already present in the generated README so the DocSmith
README drift check passes. Descriptions now note that input/output hosts
also cover the built-in forwarder/input pipelines and that logstash_redis_tls
toggles ssl/ssl_enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant