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.
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.
This topic was automatically closed after 21 days. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.