Questions tagged [gcp-stackdriver]

5 questions
0
votes
0 answers

gcloud logging write size limited to 128 kb

In GCP, I'm trying to add a Stackdriver log entry of size 138 kb as a json payload using a cloud shell command. It failed, saying "arguments are too long" . I'm able to insert entries of size less than or equal to 128 kb. As per the documentation ,…
0
votes
0 answers

Why the stackdriver log entry got auto truncated when it exceeds 128 kB

My application in Cloudrun is writing a few log entries using Google Cloud Logging (Stackdriver) as a JSON payload. As per documentation, logging limits are up to 256 kb for a log entry. But When I tried to log an entry of size 129 KB, it got…
0
votes
0 answers

How do we Whitelist Google GCP alerts sent from GCP monitoring to an external monitoring solution?

We have an external monitoring solution, and we are trying to send GCP alerts using a webhook notification channel to this solution. We would like to whitelist the IP or IP Range which GCP monitoring/alerting uses. We have the IP ranges from the…
0
votes
1 answer

How to map permissions to roles

Permission denied. Please get bigquery.jobs.listExecutionMetadata or bigquery.jobs.listAll permission at organisation level to access Admin Resource Charts. I am getting the above error while trying to access the Monitoring dashboard in…
0
votes
1 answer

Error with Ops Agent GCE metadata unauthenticated

Trying to get Ops Agent working and used the following command to install it: curl -sSO https://dl.google.com/cloudagents/add-google-cloud-ops-agent-repo.sh sudo bash add-google-cloud-ops-agent-repo.sh --also-install I see the following error in…
Sam Stoelinga
  • 4,881
  • 7
  • 39
  • 54