lmco / laikaboss

Laika BOSS: Object Scanning System
Apache License 2.0
732 stars 155 forks source link

Option to add daemon results to database #46

Closed estuart closed 8 years ago

estuart commented 8 years ago

Has there been any thought of including a flag in the cloudscan client that allows the user to specify a database (e.g. mongodb) to add the scan output to as opposed to printing it to standard out?

I have ran in to this use case and would be willing to help implement this feature if there is interest.

Thanks!

estuart commented 8 years ago

Turns out you guys had a solution for this all along! By taking advantage of the log_fluent module and the mongoDB plugin for fluentd (https://github.com/fluent/fluent-plugin-mongo) I ended up with exactly the behavior I was looking for.