I just got ELK-stack (Elastic, Logstash and Kibana) up and running. And now I'm ready to start processing logs.
My question is: What are common ways of collecting logs for handling with logstash ?
Scenario: I have some logs on a server, that I need to get over to the logstash-server.
Thanks in advance
Answer (as I understand it)
It is up to me, to decide how the logs are collected, for handling by logstash. If you also install logstash on the servers from which the logs are to be collected, logstash has many input (to process the logs locally) and output plugins (to ship the logs) that will make it possible to ship logs to the central logstash server(s).