ntopng/httpdocs/tables_config/alert_flow.json
2025-05-21 17:11:17 +02:00

249 lines
No EOL
5 KiB
JSON

{
"id": "alert_flow",
"data_url": "lua/rest/v2/get/flow/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,
"class": [
"text-nowrap",
"text-center"
],
"render_v_node_type": "button_list",
"min-width": "80px",
"button_def_array": [
{
"id": "info",
"icon": "fas fa fa-search-plus",
"title_i18n": "info",
"event_id": "click_button_info"
},
{
"id": "historical_data",
"icon": "fas fa-stream",
"title_i18n": "db_explorer.historical_data",
"event_id": "click_button_historical_flows"
},
{
"id": "acknowledge",
"icon": "fas fa fa-user-check",
"title_i18n": "acknowledge",
"event_id": "click_button_acknowledge"
},
{
"id": "disable",
"icon": "fas fa fa-bell-slash",
"title_i18n": "disable",
"event_id": "click_button_disable"
},
{
"id": "settings",
"icon": "fas fa fa-cog",
"title_i18n": "settings",
"event_id": "click_button_settings"
},
{
"id": "remove",
"icon": "fas fa fa-trash",
"title_i18n": "remove",
"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",
"sortable": true,
"min-width": "80px",
"render_type": "formatScore",
"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": "application",
"data_field": "l7_proto",
"min-width": "125px",
"sortable": true,
"class": [
"text-center"
]
},
{
"title_i18n": "alerts_dashboard.main_alert",
"data_field": "msg",
"min-width": "155px",
"sortable": false,
"render_type": "formatNameDescription",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "flow",
"data_field": "flow",
"min-width": "200px",
"sortable": false,
"render_type": "formatFlowTuple",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "description",
"data_field": "description",
"sortable": false,
"min-width": "200px",
"render_type": "formatMessage",
"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": "db_search.tags.community_id",
"data_field": "community_id",
"sortable": false,
"min-width": "130px",
"render_generic": "community_id",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "datatable.fields.info",
"data_field": "info",
"min-width": "100px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"title_i18n": "datatable.fields.traffic_exchanged",
"data_field": "total_bytes",
"sortable": true,
"min-width": "165px",
"render_type": "formatTraffic",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "client_traffic",
"data_field": "cli2srv_bytes",
"min-width": "100px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"title_i18n": "server_traffic",
"data_field": "srv2cli_bytes",
"min-width": "100px",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.tags.cli_host_pool_id",
"data_field": "cli_host_pool_id",
"sortable": false,
"render_generic": "cli_host_pool_id",
"min-width": "110px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.tags.srv_host_pool_id",
"data_field": "srv_host_pool_id",
"sortable": false,
"min-width": "110px",
"render_generic": "srv_host_pool_id",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.tags.cli_network",
"data_field": "cli_network",
"sortable": false,
"min-width": "145px",
"render_generic": "cli_network",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.tags.srv_network",
"data_field": "srv_network",
"min-width": "145px",
"sortable": false,
"render_generic": "srv_network",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.tags.probe_ip",
"data_field": "probe_ip",
"min-width": "150px",
"sortable": false,
"render_type": "formatProbeIP",
"class": [
"text-nowrap"
]
}
]
}