I have worked out everything on my local machine, parsed my logs in logstash, stored them in kibana, and built dashboards for my data on Kibana.
Now I trying to mock a production scenario where logstash is installed on one server and elasticsearch on another.
Currently, the only thing I did was specifying in logstash the host to be the IP address of the elasticsearch host:
and in elasticsearch.yml on the elasticsearch server, change network.host to the IP address of the logstash server.
And I dont think it works, can some one tell me what other settings I need to change or point me to some guides regarding setting this up? Thanks a million in advance