Got the below error in the collectd.logs when searched for "curl_easy_perform failed":
[error] write splunk plugin: curl_easy_perform failed to connect to 192.168.1.15:8088 with status 7: Couldn't connect to server
Yes, I have already enabled all the HEC tokens.
In the Global Settings, SSL is already enabled and the port number is 8088(default).
HEC token which I am using has default index as "em_metrics".
HEC token, Server IP and port number in /etc/collectd/collectd.conf file is correct.
Getting the below output of the given curl command:
{"text":"Server is busy","code":9,"invalid-event-number":0}
... View more