logstash-plugins / logstash-filter-elasticsearch

Elasticsearch filter for Logstash
Apache License 2.0
21 stars 82 forks source link

Add a "ssl_certificate_verification" field to Logstash's Elasticsearch Filter #164

Closed tinytwo closed 1 year ago

tinytwo commented 1 year ago

We know that both logstash-input-elasticsearch and logstash-output-elasticsearch support the ability to disable ssl certificate verification with the use of ssl_certificate_verification: false.

In certain dev environments it has come in handy -- I'd like to request adding this option to logstash-filter-elasticsearch as well.

Related issue:

Related documentation: