i used that appender in log4j.xml and i have localy splunk enterprise installed
<Appenders>
<Http name="http" url="https://localhost:8000.cloud.splunk.com/services/collector" token="f8196ae1-ef66-459e-a1c0-17359053ea14" disableCertificateValidation="true">
<PatternLayout pattern="%-5p | %d{yyyy-MM-dd HH:mm:ss} | [%t] %C{2} (%F:%L) - %m%n" />
</Appenders>
and i got this error
ERROR StatusLogger Unable to send HTTP in appender [http]
Solution please