ntopng/scripts/historical/tables/top_remote_fingerprints.json
2025-03-12 17:26:16 +01:00

53 lines
809 B
JSON

{
"name" : "Top Remote Fingerprints",
"i18n_name" : "top_remote_fingerprint",
"data_source" : "flows",
"show_in_page" : "overview",
"visualization_type" : "table",
"select" : {
"items" : [
{
"name" : "CLIENT_FINGERPRINT"
},
{
"name" : "count",
"func" : "COUNT",
"param" : "*",
"value_type" : "number"
}
]
},
"filters" : {
"items" : [
{
"name": "CLIENT_FINGERPRINT",
"op": "neq",
"value": "",
"value_type": "text",
"input": "fixed"
},
{
"name": "CLIENT_LOCATION",
"op": "eq",
"value": "0",
"value_type": "number",
"input": "fixed"
}
]
},
"groupby" : {
"items" : [
{
"name" : "CLIENT_FINGERPRINT"
}
]
},
"sortby" : {
"items" : [
{
"name" : "count",
"order" : "DESC"
}
]
}
}