I am very new to Elastic and I have set up a lab, with componenets from the 5.6.4 stack (ElasticSearch/LogStash/Kibana/FileBeat)
I have set up a node with FileBeat and can see the logs in Kibana.
My question is, I would like the filebeat agent to look at the logs which are in the yaml file every 5 or 15 minutes and then to send the logs which have new enteries to logstash, but Im not sure how you could do this?
That's exactly what Filebeat is build for. Filebeat will scan files matching the paths glob patterns every now and then (scan_frequency setting). Whenever a log file has been updated, new lines appended to the file will be published.
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.