You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
300 B
12 lines
300 B
########################
|
|
#
|
|
# Base Macros
|
|
#
|
|
########################
|
|
|
|
[_ftnt_dropdown(2)]
|
|
args = node, field
|
|
definition = tstats summariesonly=true count FROM datamodel="ftnt_fos" WHERE nodename="$node$" groupby $field$ | rename $field$ as field | eval field_with_count = field . " (" . count . ")"
|
|
|
|
|