i was trying to send the cloud watch data to splunk using the below blog https://www.splunk.com/en_us/blog/cloud/how-to-easily-stream-aws-cloudwatch-logs-to-splunk.html
but i am getting this error :
2020-05-18T09:53:17.070Z XXXXXXX ERROR Invoke Error
{
"errorType": "Error",
"errorMessage": "connect ETIMEDOUT X.X.X.X:8088",
"code": "ETIMEDOUT",
"errno": "ETIMEDOUT",
"syscall": "connect",
"address": "X.X.X.X",
"port": 8088,
"stack": [
"Error: connect ETIMEDOUT X.X.X.X:8088",
" at TCPConnectWrap.afterConnect as oncomplete"
]
}
... View more