add logs by datacenter

This commit is contained in:
doufenghu
2024-04-20 21:29:52 +08:00
parent a7b3692669
commit 88fd17f8c1

View File

@@ -50,7 +50,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"statement\" : \"select count(*) as cnt from proxy_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}}\" ,\n \"output_mode\":\"json\",\n \"exec_mode\": \"oneshot\"\n}",
"raw": "{\n \"statement\" : \"select data_center, count(*) as cnt from proxy_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}} group by data_center order by cnt asc\" ,\n \"output_mode\":\"json\",\n \"exec_mode\": \"oneshot\"\n}",
"options": {
"raw": {
"language": "json"
@@ -114,7 +114,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"statement\" : \"select count(*) as cnt from voip_record where vsys_id=1024 and decoded_as='VoIP' and recv_time >={{Last 5 Minutes Start}}\" ,\n \"output_mode\":\"json\",\n \"exec_mode\": \"oneshot\"\n}",
"raw": "{\n \"statement\" : \"select data_center, count(*) as cnt from voip_record where vsys_id=1024 and decoded_as='VoIP' and recv_time >={{Last 5 Minutes Start}} group by data_center order by cnt asc\" ,\n \"output_mode\":\"json\",\n \"exec_mode\": \"oneshot\"\n}",
"options": {
"raw": {
"language": "json"
@@ -178,7 +178,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"statement\" : \"select count(*) as cnt from monitor_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}}\" ,\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"raw": "{\n \"statement\" : \"select data_center, count(*) as cnt from monitor_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}} group by data_center order by cnt asc\" ,\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"options": {
"raw": {
"language": "json"
@@ -242,7 +242,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"statement\" : \"select count(*) as cnt from security_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}}\" ,\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"raw": "{\n \"statement\" : \"select data_center, count(*) as cnt from security_event where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}} group by data_center order by cnt asc\" ,\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"options": {
"raw": {
"language": "json"
@@ -306,7 +306,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"statement\" : \"select count(*) as cnt from session_record where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}}\" ,\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"raw": "{\n \"statement\" : \"select data_center, count(*) as cnt from session_record where vsys_id=1024 and recv_time >={{Last 5 Minutes Start}} group by data_center order by cnt asc\",\n \"output_mode\":\"json\",\n \"exec_mode\":\"oneshot\"\n}",
"options": {
"raw": {
"language": "json"