I can send events to Splunk cloud and Splunk Enterprise servers with HttpEventCollectorLogbackAppender, but with SSL not enabled. I need to do this with SSL Enabled for my HEC connection. I need to send events over a secure connection from my java application to Splunk Enterprise. I need to configure my HttpEventCollector to verify certs. How do I configure my HttpEventCollectorLogbackAppender to use a certificate? I only see code examples wit disableCertificateValidation="true" How do I specify verify with my certificate? Have you a code example please?
... View more