mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02: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",
|
"query": "SELECT mean(blocked) as blocked FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(paging) as paging FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(running) as running FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(sleeping) as sleeping FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(stopped) as stopped FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(unknown) as unknown FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"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",
|
"query": "SELECT mean(zombies) as zombies FROM \"processes\" WHERE host =~ /$servername$/ AND $timeFilter GROUP BY time($__interval), host, role ORDER BY asc",
|
||||||
"rawQuery": true,
|
"rawQuery": true,
|
||||||
"alias": "$tag_host $tag_role: $col"
|
"alias": "$tag_host $tag_role"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Reference in New Issue
Block a user