HI @magnusbaeck and @elastic
My Requirement is, Reading the logs from filebeat in windows System and push that logs
into a different windows system's File. without using logstash and elasticsearch.
is it possible or not?
if it is possible then how?
I have already done this for same windows system but stuck in pushing logs in different windows.
can you please suggest me for that.
You could write the output file to a network volume shared by the host of Filebeat and the output machine. Once you mounted the volume, set output.file.path to a path on the volume and run Filebeat as always.
can you suggest me what lines need to add in the filebeat.yml to put the logs into network VOLUME.
"P:/Public/FileBeat_Cap_Logs" is the path of my Network Volume and my filebeat.yml is-
Is it possible you have already sent the events from Info.log? Filebeat does not reread already encountered events.
If not, could you share the debug logs of Filebeat (filebeat -e -d "*")?
In my info.log there are multiple transaction in a second so filebeat reads continuously and push data into local(same server) but when i am trying to push data in network shared drive, there is no any effect i mean neither logs are pushing and not create any file into network volume.
is it possible to Sending the logs from Filebeat to a shared network network volume?
if yes then how please suggest me.
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.