Installation

i was trying to strem the cloud watch data to splunk using the below blog and getting error , urgent help

agrim24388
New Member

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"
]
}

Tags (1)
0 Karma

PavelP
Motivator

Hello @agrim24388,

Error: connect ETIMEDOUT X.X.X.X:8088 means a timeout error, most probable the connection is blocked by firewall.

Do you have a CLI/SSH access to your server to check the connection? If yes, try these commands:

nc -vz x.x.x.x:8088

curl -vk x.x.x.x:8088

curl -vk https://x.x.x.x:8080
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...