ntopng/httpdocs/tables_config/flows_list_enterprise_l.json
2025-08-13 18:32:44 +02:00

136 lines
No EOL
2.6 KiB
JSON

{
"id": "flows_list_enterprise_l",
"data_url": "lua/rest/v2/get/flow/active_list.lua",
"use_current_page": false,
"enable_search": false,
"paging": true,
"display_empty_rows": true,
"default_sort": {
"column_id": "ip",
"sort": 0
},
"columns": [
{
"id": "actions",
"title_i18n": "actions",
"sortable": false,
"sticky": true,
"class": [
"text-nowrap",
"text-center"
],
"min-width" : "88px",
"render_v_node_type": "button_list",
"button_def_array": [
{
"id": "live_flows",
"icon": "fa-solid fa-magnifying-glass-plus",
"title_i18n": "info",
"class": [],
"event_id": "click_button_live_flows"
},
{
"id": "historical_chart",
"icon": "fas fa-lg fa-chart-area",
"title_i18n": "chart",
"class": [],
"event_id": "click_button_historical_data"
},
{
"id": "block_host",
"icon": "fas fa-ban",
"title_i18n": "flow_details.drop_flow_traffic_btn",
"class": [],
"event_id": "click_button_drop_host_traffic"
}
]
},
{
"title_i18n": "last_seen",
"data_field": "last_seen",
"sortable": true,
"min-width" : "100px",
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "duration",
"data_field": "first_seen",
"sortable": true,
"min-width" : "100px",
"class": [
"text-center",
"text-nowrap"
]
},
{
"title_i18n": "protocol",
"data_field": "protocol",
"sortable": true,
"min-width" : "160px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "score",
"data_field": "score",
"sortable": true,
"min-width" : "70px",
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "qoe",
"data_field": "qoe",
"sortable": true,
"min-width" : "70px",
"class": [
"text-nowrap",
"text-center"
]
},
{
"title_i18n": "flow",
"data_field": "flow",
"sortable": false,
"min-width" : "200px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "flows_page.actual_throughput",
"data_field": "throughput",
"sortable": true,
"min-width" : "125px",
"class": [
"text-nowrap",
"text-end"
]
},
{
"title_i18n": "flows_page.total_bytes",
"data_field": "bytes",
"sortable": true,
"min-width" : "100px",
"class": [
"text-nowrap",
"text-end"
]
},
{
"title_i18n": "info",
"data_field": "info",
"sortable": false,
"min-width" : "100px",
"class": [
"text-nowrap"
]
}
]
}