0xrawsec / golang-evtx

GNU General Public License v3.0
157 stars 26 forks source link

Add output interface for sending to remote log collector #10

Closed MonaxGT closed 5 years ago

MonaxGT commented 5 years ago

Hi again! I add output interface for sending data to remote log collector how example Logstash and etc.

Now you can use two mode http and tcp, i send new data in json object over tcp or over http. If you want you can add Kafka, Nats support easily

qjerome commented 5 years ago

Thank you man