Is there a way to write the output of failed checks into a log file?
I am kind of thinking of a parameter that could be set on the agents, to write the responses of failed checks into a specific log file.
This way I could collect them with filebeat and send them to elastic.
Ahhh I see there is an issue with the certificate⦠as it is a self signed cert that is automatically managed by the elastic cloud on kubernetes operatorā¦
Can a TLS-Skip verify be implemented to this handler?
"handler":"elastic","level":"info","msg":"event pipe handler executed","namespace":"default","output":"Error: error sending metric data to elasticsearch: Error getting response: x509: certificate signed by unknown authority\
Oh yeah, I can see that being an issue. I will work on getting something done on that in the next few days. Will want to add support for providing your own CA as well.