fstab / grok_exporter

Export Prometheus metrics from arbitrary unstructured log data.
Apache License 2.0
891 stars 152 forks source link

Feature Request: Option to specify ciphers or minimum TLS version #165

Open gnikrevir opened 2 years ago

gnikrevir commented 2 years ago

At this moment there is no way to set the minimum TLS version and/or which ciphers can be used within the grok exporter.

Can this feature be added so I can enforce TLS version 1.2?

lucian-vanghele commented 2 years ago

one way would be to use prometheus exporter-toolkit web configuration: https://github.com/prometheus/exporter-toolkit/blob/master/docs/web-configuration.md

NielsGlas commented 2 years ago

Any progress on this?