ntopng/httpdocs/tables_config/flows_list.json

191 lines
No EOL
3.5 KiB
JSON

{
"id": "flows_list",
"data_url": "lua/rest/v2/get/flow/active_list.lua",
"use_current_page": false,
"enable_search": true,
"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" : "80px",
"max-width" : "80px",
"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": "duration",
"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": "db_search.cli_asn",
"data_field": "cli_asn",
"sortable": true,
"min-width" : "200px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.srv_asn",
"data_field": "srv_asn",
"sortable": true,
"min-width" : "200px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "db_search.transit_asn",
"data_field": "transit_asn",
"sortable": true,
"min-width" : "200px",
"class": [
"text-nowrap"
]
},
{
"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"
]
},
{
"title_i18n": "flow_devices.exporter_ip",
"data_field": "flow_exporter",
"sortable": true,
"min-width" : "150px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "flows_page.inIfIdx",
"data_field": "in_index",
"sortable": true,
"min-width" : "100px",
"class": [
"text-nowrap"
]
},
{
"title_i18n": "flows_page.outIfIdx",
"data_field": "out_index",
"sortable": true,
"min-width" : "100px",
"class": [
"text-nowrap"
]
}
]
}