dfir-iris / iris-web

Collaborative Incident Response platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FR] Export Alerts list

wonhee0410 opened this issue · comments

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.

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.

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.