GoogleCloudPlatform / cloud-logging-data-source-plugin

https://grafana.com/grafana/plugins/googlecloud-logging-datasource/
Apache License 2.0
17 stars 13 forks source link

GCP Audit logs displayed in the datasource are not JSON parseable #38

Closed gsaxena-au closed 1 year ago

gsaxena-au commented 1 year ago

Running a query like below in the Cloud Logging Plugin datasource in Grafana

protoPayload.methodName=io.k8s.core.v1.pods.delete AND protoPayload.response.status.containerStatuses.state.terminated.reason="OOMKilled"

shows the audit logs but they are not in JSON parse able.

xiangshen-dk commented 1 year ago

The new release addressed the issue. Let us know if you find any issue.

Thanks for the feedback!

gsaxena-au commented 1 year ago

Thanks @xiangshen-dk for the fix!