Http-poller input-plugin "Connection timed out: connect"

Hi,

When i am hitting URL from my local machine it is giving 200 response but same http_poller input when i tried to run from server, I am getting "Connection timed out: connect" error. Please help me to solve this issue.

Thanks,
Priti

This is my configuration file.

Seems like your server has network connectivity issues that your own machine doesn't have. That doesn't strike me as a Logstash problem.

How can we verify, this issue happen due to network connectivity?
because when i open URL through browser on my local machine & Server both giving same response.

How can we verify, this issue happen due to network connectivity?

Use a lowlevel tool outside of Logstash, e.g. telnet or netcat.

because when i open URL through browser on my local machine & Server both giving same response.

Your browsers might be configured to use a proxy.

There is no proxy set on the server.Is there any way where we get detail information(logs) about error? what causing for "Connection timed out" error?

You could use e.g. Wireshark to capture the network traffic. Then you'll see exactly which host it's trying to connect to and you can compare it to your own successful attempts.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.