I have logs on one server and ELK stack — ElasticSearch, Kibana, Logstash — on another. I want to display the logs, which are on the 1st server, in Kibana, which is on the 2nd one. How can I do that? Is logstash capable of retrieving logs over the internet from a remote server? Answer Your best bet is to
Tag: elastic-stack
ELK stack and web app on different servers, how to feed logs from later to former?
I have a website on digital ocean and on AWS I have ELK – Elastic Search, Kibana, Logstash – stack. I’m trying to understand how feed the logs files from web app to ELK stack. Is it possible to feed them via the internet between different servers? Do you I have to install nginx to be able to see kibana