dfir-iris / iris-web

Collaborative Incident Response platform
GNU Lesser General Public License v3.0
1.04k stars 164 forks source link

[FR] Export Alerts list #334

Open wonhee0410 opened 10 months ago

wonhee0410 commented 10 months ago

Hi all,

I would like to export the Alerts list (include comments) into excel, word or something like that.

Could you please show me how to do that or add it in the next release. With that exported documents, I can show them to the audit team.

Thank you.

whikernel commented 10 months ago

Hi @wonhee0410 You can use the API to export the alerts in JSON (https://docs.dfir-iris.org/_static/iris_api_reference_v2.0.1.html#tag/Alerts/operation/get-alerts-filter). From there you can map them to a CSV for example.

wonhee0410 commented 10 months ago

Hi @wonhee0410 You can use the API to export the alerts in JSON (https://docs.dfir-iris.org/_static/iris_api_reference_v2.0.1.html#tag/Alerts/operation/get-alerts-filter). From there you can map them to a CSV for example.

Thank you.

But for better user experience, there should be a button to export the alert lists, I think.