Add a simple python script to stream logs from google cloud.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
protoPayload.methodName="v1.compute.instances.start"
|
||||
@@ -0,0 +1 @@
|
||||
protoPayload.methodName="v1.compute.instances.stop"
|
||||
@@ -0,0 +1 @@
|
||||
protoPayload.methodName="dataflow.jobs.create"
|
||||
@@ -0,0 +1 @@
|
||||
(protoPayload.methodName="google.api.serviceusage.v1.ServiceUsage.EnableService" OR protoPayload.methodName="google.api.serviceusage.v1.ServiceUsage.DisableService")
|
||||
1
google_cloud_logging/queries/kubernetes/oom
Normal file
1
google_cloud_logging/queries/kubernetes/oom
Normal file
@@ -0,0 +1 @@
|
||||
"OOMKilling"
|
||||
2
google_cloud_logging/queries/timestamp/explicit_range
Normal file
2
google_cloud_logging/queries/timestamp/explicit_range
Normal file
@@ -0,0 +1,2 @@
|
||||
timestamp <= "2024-06-27T00:00:00.000000Z"
|
||||
timestamp >= "2024-01-01T00:00:00.000000Z"
|
||||
@@ -0,0 +1 @@
|
||||
textPayload=~"HTTP Request: POST https://us-discoveryengine.googleapis.com/[^\s/]+/projects/[^\s/]+/locations/us/collections/[^\s/]+/engines/[^\s/]+/"
|
||||
Reference in New Issue
Block a user