Winlogbeat unable to connect to elasticsearch

Hi.

I downloaded and installed SOF-ELK, imported it into VMware, powered it up then installed the winlogbeat on my Windows 10 laptop. I changed the following in the winlogbeat.yml file:

Under the "Kibana" section I edited:
host: "192.168.1.231:5601"

Under the "Elasticsearch output" I edited:
output.elasticsearch:
  # Array of hosts to connect to.
  hosts: ["192.168.1.231:9200"]

however I am getting this error in winlogbeat:

ERROR [publisher_pipeline_output] pipeline/output.go:154 Failed to connect to backoff(elasticsearch(http://192.168.1.231:9200)): Get "http://192.168.1.231:9200": dial tcp 192.168.1.231:9200: connectex: 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.

Is there anything I have to change on the server side to bind ip address?

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