Can't see the output on Kibana webpage

I have installed filebeat on X server and logstash on Y server. I am trying to send data from X to Y. How do I verify why I can't see on the webpage.

Hi, in order to see your data in Kibana you will need to have Logstash send the data to Elasticsearch and then configure Kibana to connect to the same Elasticsearch cluster.

On my filebeat server I am getting the below error
2019-04-23T10:43:03+02:00 INFO Error publishing events (retrying): read tcp 10.194.203.26:56178->10.44.180.54:5044: wsarecv: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
2019-04-23T10:43:05+02:00 INFO Non-zero metrics in the last 30s: libbeat.logstash.call_count.PublishEvents=3 libbeat.logstash.publish.read_bytes=36 libbeat.logstash.publish.read_errors=2 libbeat.logstash.publish.write_bytes=16313 libbeat.logstash.published_and_acked_events=51 libbeat.logstash.published_but_not_acked_events=3994

Although telnet works from 10.194.203.26:56178->10.44.180.54:5044

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