mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-22 08:01:28 +01:00
remove $col var
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(blocked) as blocked FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(paging) as paging FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(running) as running FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(sleeping) as sleeping FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(stopped) as stopped FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(unknown) as unknown FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
],
|
||||
"query": "SELECT mean(zombies) as zombies FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||
"rawQuery": true,
|
||||
"alias": "$tag_host $tag_role: $col"
|
||||
"alias": "$tag_host $tag_role"
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user