Custom filebeat for only streaming the data

My end goal is to make a golang binary with data streaming (log file) and writing to a different process it and write it to a different db (clickhouse)

Hi @securityTets, I am not sure if you've any custom requirements. But this is already solved by various ETL (logstash) tools. If it is very custom you can write custom Go script.