pouriyajamshidi / oxipot

Network Honeypot written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you planning to include JSON logging?

t3chn0m4g3 opened this issue · comments

Currently logging seems to be limited to sqlite3. While logging to the Elastic Stack or Splunk seems to be possible with sqlite3 plugins, having a JSON log would make things a lot easier.
Maybe you have already planned or looked into it.

Hey @t3chn0m4g3,

Indeed, JSON log would make things a lot easier.

However, this project has much more fundamental problems than logging that I need to address in the future (a lot of refactoring to come).

Not sure when I get to this but it is quite at the bottom of my TODOs.

@pouriyajamshidi Thanks for the swift response.

My pleasure