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

53 lines
807 B
JSON

{
"name" : "Top Local Fingerprints",
"i18n_name" : "top_local_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": "1",
"value_type": "number",
"input": "fixed"
}
]
},
"groupby" : {
"items" : [
{
"name" : "CLIENT_FINGERPRINT"
}
]
},
"sortby" : {
"items" : [
{
"name" : "count",
"order" : "DESC"
}
]
}
}