Hello out there!
I am pretty new on the elastic and hope for your help
My plan is to use python to read sensor data and log it on another machine. I wanna use logstash to parse my file and send it to elasticsearch and Kibana to view my data and give results. The whole thing should work in "real time", so it should updata every time it receives new data.
My question is: How can I read a changing file (like new sensor data every 100ms in the log file) with logstash . I heard that for this type of problem you use beats . Why do I need to do that, what are pros and cons of this? What is the basic idea?
Thank you for your help!