EVOLUTION-MANAGER
Edit File: alert_host.json
{ "id": "alert_host", "data_url": "lua/rest/v2/get/host/alert/list.lua", "use_current_page": false, "enable_search": false, "paging": true, "rsp_records_field": "records", "rsp_query_info_field": "stats", "display_empty_rows": true, "columns": [ { "id": "actions", "title_i18n": "actions", "sortable": false, "sticky": true, "min-width" : "80px", "class": ["text-nowrap", "text-center"], "render_v_node_type": "button_list", "button_def_array": [ { "id": "info", "icon": "fas fa fa-search-plus", "class":["link-button"], "title_i18n": "info", "event_id": "click_button_info" }, { "id": "historical_data", "icon": "fas fa-stream", "title_i18n": "db_explorer.historical_data", "class":["link-button"], "event_id": "click_button_historical_flows" }, { "id": "acknowledge", "icon": "fas fa fa-user-check", "title_i18n": "acknowledge", "class":["link-button"], "event_id": "click_button_acknowledge" }, { "id": "disable", "icon": "fas fa fa-bell-slash", "title_i18n": "disable", "class":["link-button"], "event_id": "click_button_disable" }, { "id": "settings", "icon": "fas fa fa-cog", "title_i18n": "settings", "class":["link-button"], "event_id": "click_button_settings" }, { "id": "remove", "icon": "fas fa fa-trash", "title_i18n": "remove", "class":["link-button"], "event_id": "click_button_remove" } ] }, { "title_i18n": "show_alerts.alert_datetime", "data_field": "tstamp", "min-width" : "115px", "sortable": true, "render_type": "formatValueLabel", "class": ["text-center", "text-nowrap"] }, { "title_i18n": "score", "data_field": "score", "min-width" : "80px", "sortable": true, "render_type": "formatValueLabel", "class": ["text-center"] }, { "title_i18n": "db_search.alert_category", "data_field": "alert_category", "sortable": true, "min-width" : "103px", "render_type": "formatCategory", "class": ["text-center"] }, { "title_i18n": "alerts_dashboard.alert", "data_field": "msg", "sortable": false, "min-width" : "155px", "render_type": "formatNameDescription", "class": ["text-nowrap"] }, { "title_i18n": "host_details.host", "data_field": "ip", "sortable": false, "min-width" : "155px", "render_type": "formatHost", "class": ["text-nowrap"] }, { "title_i18n": "description", "data_field": "description", "sortable": false, "min-width" : "200px", "class": ["text-nowrap"] }, { "title_i18n": "mitre.mitre_id", "data_field": "mitre_data", "render_type": "formatMitreId", "sortable": false, "min-width" : "200px", "class": ["text-nowrap"] }, { "title_i18n": "mitre.mitre_tactic", "data_field": "mitre_data", "render_type": "formatMitreTactic", "sortable": false, "min-width" : "200px", "class": ["text-nowrap"] }, { "title_i18n": "mitre.mitre_technique", "data_field": "mitre_data", "render_type": "formatMitreTechnique", "sortable": false, "min-width" : "200px", "class": ["text-nowrap"] }, { "title_i18n": "db_search.tags.host_pool_id", "data_field": "host_pool_id", "sortable": false, "render_generic": "host_pool_id", "min-width" : "110px", "class": ["none"] }, { "title_i18n": "db_search.tags.network", "data_field": "network", "sortable": false, "render_generic": "network", "min-width" : "155px", "class": ["none"] } ] }