guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.55k stars 764 forks source link

Export data from report tables in a machine-readable format such as JSON or CSV #557

Open ShayNehmad opened 4 years ago

ShayNehmad commented 4 years ago

Is your feature request related to a problem? Please describe. Various tables in the report (such as "breached servers") are not machine-readable and therefore not useful for data analysis using Splunk, Tableau or other tools. This also makes it difficult to compare Monkey executions.

Describe the solution you'd like Every table should have an export button next to it which will export and download the data in JSON/csv format

Describe alternatives you've considered Dump the database/data into a "Monkey Island" format and provide data analysis/diff tools builtin to the Island?

VakarisZ commented 3 years ago

Shouldn't be too hard too export json, but I don't see a need for this feature ATM