punk-security / smbeagle

SMBeagle - Fileshare auditing tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ILogger wont flush

SimonGurney opened this issue · comments

We log out to Elastic, but currently have no way of blocking exit until the sink is empty.

If you audit a small folder, nothing reaches elastic as terminate too quick.

An indefinite sleep is currently keeping the app running.

@GreatSeaSpider any ideas?

This is hopefully fixed now as we exposed the flush feature, but it needs testing with a large ingest into elastic which will hopefully be tested when @danieloateslee completes #11

Tested and is now fixed as a result from the refactor efforts