ntopng/httpdocs/tables_config/exporters.json
2024-07-10 18:31:10 +02:00

79 lines
No EOL
1.4 KiB
JSON

{
"id": "exporters",
"data_url": "lua/pro/rest/v2/get/exporters/data.lua",
"use_current_page": false,
"enable_search": false,
"paging": false,
"display_empty_rows": true,
"default_sort": {
"column_id": "exported_flows",
"sort": 1
},
"columns": [
{
"id": "ip",
"title_i18n": "flow_devices.flow_exporter_ip",
"data_field": "ip",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "name",
"title_i18n": "name",
"data_field": "name",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "export_type",
"title_i18n": "flow_devices.exporter_type",
"data_field": "export_type",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "exported_flows",
"title_i18n": "graphs.metric_labels.exported_flows",
"data_field": "exported_flows",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "dropped_flows",
"title_i18n": "graphs.metric_labels.dropped_flows",
"data_field": "dropped_flows",
"sortable": true,
"class": [
"text-center",
"text-nowrap"
]
},
{
"id": "description",
"title_i18n": "flow_devices.snmp_description",
"data_field": "description",
"sortable": true,
"class": [
"text-nowrap"
]
},
{
"id": "location",
"title_i18n": "flow_devices.snmp_location",
"data_field": "location",
"sortable": true,
"class": [
"text-nowrap"
]
}
]
}