pteich / elastic-query-export

🚚 Export Data from ElasticSearch to CSV/JSON using a Lucene Query (e.g. from Kibana) or a raw JSON Query string
MIT License
86 stars 18 forks source link

feat: add client cert support #30

Closed costela closed 1 month ago

costela commented 3 months ago

Elasticsearch (or OpenSearch) can be configured to authenticate via PKI. In this case, sending a client certificate is necessary.

FlorianLoch commented 2 months ago

Adding support for this would be sweet! 👍