Send real-time logs from windows server to ELK stack

Hi,

I'm new to elasticsearch I have a requirement to send a specific log file(not .log format) from a remote location to ELK stack on another server(linux).

What is the best approach for this? I looked at filebeat, but this need to be real-time.

Filebeat will send the log lines as they are written to the log files. You should be able to use it for your task.

And if the data you want to send is contained in Windows Event Logs then use Winlogbeat.

1 Like

This topic was automatically closed after 21 days. New replies are no longer allowed.