mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
36 lines
426 B
JSON
36 lines
426 B
JSON
{
|
|
"name" : "Mitre Tactics",
|
|
"i18n_name" : "",
|
|
"select" : {
|
|
"items" : [
|
|
{
|
|
"name" : "mitre_tactic"
|
|
},
|
|
{
|
|
"name" : "count",
|
|
"func" : "COUNT",
|
|
"param" : "*",
|
|
"value_type" : "number"
|
|
}
|
|
]
|
|
},
|
|
"filters" : {
|
|
"items" : [
|
|
]
|
|
},
|
|
"groupby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "mitre_tactic"
|
|
}
|
|
]
|
|
},
|
|
"sortby" : {
|
|
"items" : [
|
|
{
|
|
"name" : "count",
|
|
"order" : "DESC"
|
|
}
|
|
]
|
|
}
|
|
}
|