metrics-es-cluster.rb -h logs-elasticsearch.{{ env }}.domain.net -p 443 --https
Fails with:
Check failed to run: SSL_connect returned=1 errno=0 state=error: certificate verify failed
Can we have an option to just ignore the SSL validation? Everything runs in an AWS VPC that we've built, and we trust that certificate. I want the script to not validate SSL.
Same for metrics-es-node.rb.