**The issue I am facing:
I am looking to share the query log file (SQLite 3 file with all the logs) from the raspberry pi device running pihole so that my windows computer can access the log file in real-time (or updated file every minute) and can parse the data using a program on my computer.
I am trying to determine if I can use a cronjob started on raspberry pi boot that runs a python script every minute uploading the query file to ftp or local computer so that my other program running on my computer can read the data and parse/analyze it. Will this type of set up prevent pihole from writing to the query log file and will I need to look for an alternate solution to get the query file automatically sent to my computer or is there a workaround?
I was reading this article (Moving the Pi-hole log to another location/device) but can’t understand the limitations or how it would auto upload the file by ftp if I turn it into a python script?
**Details about my system:
Pi 4, 4Gb RAM running pihole on pi lite
**What I have changed since installing Pi-hole:
Standard install