kuskoman / logstash-exporter

Prometheus exporter for Logstash written in Go
MIT License
60 stars 21 forks source link

add HTTP_INSECURE config #337

Closed wei840222 closed 3 months ago

wei840222 commented 3 months ago

after upgrade eck operator to 2.13 the logstash create by operator will default enable ssl for http endpoint 9600 and the exporter will got this error image image so i add a config to make a InsecureSkipVerify to http client to prevent this problem