Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
84 views

I’m running a Laravel application using the dunglas/frankenphp:1.9-php8.4-alpine Docker image and deploying it on Kubernetes. Logs are written to stderr and collected by Google Cloud’s built-in per-...
Radhe9254's user avatar
  • 198
0 votes
1 answer
419 views

I have several log sinks configured to sink into a log bucket I created in one project- not the default log bucket. Now I want to create a log sink in that project that ships logs somewhere with pub/...
red888's user avatar
  • 32.5k
0 votes
1 answer
478 views

In our project that runs in the Google Cloud Platform (GCP) we are seeing the following HTTP 403 error in the Google Cloud Console / APIs & Services: google.cloud.secretmanager.v1....
Matthias's user avatar
  • 5,824
0 votes
1 answer
126 views

I'm attempting to set up a logs-based alert in GCP Log Explorer to monitor a table that receives new records daily. Occasionally, the number of records is low, sometimes below 1000. In such cases, I'd ...
MOT's user avatar
  • 91
2 votes
0 answers
916 views

I have a python code inside google cloud managed Jupyter notebook. I am running this notebook by using using the 'Execute' button in notebook. This creates a job which can be seen in vertex-ai/...
Pinky's user avatar
  • 25
1 vote
0 answers
502 views

When viewing the logs for a specific task for cloud run job: For multiple tasks I see: Container called exit(0). which indicates the job ran successfully. However, it is missing bunch of logs before ...
trailblazer's user avatar
2 votes
1 answer
250 views

I am trying to use this API endpoint here: https://cloud.google.com/logging/docs/reference/v2/rest/v2/entries/tail But it does not seem to work as documented: curl -s \ -H 'authorization: Bearer x'...
zino's user avatar
  • 1,562
0 votes
2 answers
187 views

Is there any way(with query/python method) to get all the columns a user has in bigquery table? my requirement is userA: TableA.column1, TableA.column2,TableA.column4 userB: TableA.column1, TableA....
develop's user avatar
  • 95
0 votes
0 answers
767 views

I have a Java program running in a pod in the Google Kubernetes Environment. In GCP, there is a default logging router that routes stdout and stderr to the GCP Logging app. We have added one exclusion ...
mab's user avatar
  • 820
1 vote
1 answer
451 views

I really need help because I'm completely out of ideas. Task: I was given a Flutter app that has already been published for several years and was asked to fix the Google login (Firebase) on Android ...
Эрика Эрика's user avatar
1 vote
2 answers
156 views

The minimum JSON for a structured error message to be parsed in by google (i.e. be marked as debug/info/error/... in the GCP logs) is {"severity":"ERROR","message":"...
Pylinux's user avatar
  • 12.1k
0 votes
1 answer
1k views

Google Cloud Platform lets you create label logs using the RE2 regex engine. How can I create a regex that matches the path in the URL? Examples matches: https://example.com/awesome --...
osolmaz's user avatar
  • 1,953
1 vote
0 answers
985 views

I want to implement @google-cloud/logging for React native. I tried it in firebase functions side and Node.js. I tried above one and followed this link Google cloud log demo its working in node.js and ...
GS James's user avatar
1 vote
0 answers
111 views

When I updated my appengine logging version to v2. I got these errors. Package: google.golang.org/appengine/v2/log import ( "context" "google.golang.org/appengine/v2/log" ) ...
Kboyz's user avatar
  • 189
1 vote
0 answers
719 views

I have created a Google Cloud Logging sink to BigQuery. When a log is first sent to the sink, a schema for the BQ table is generated as described here. So for example if I log JSON like this: { &...
mab's user avatar
  • 820
0 votes
1 answer
913 views

My application runs in NodeJS in GCP Cloud Run, it uses the REST API and logs the request object. I'm trying to filter out results with missing field locationId in jsonPayload.req.body.destination ...
Jakub Vala's user avatar
2 votes
1 answer
1k views

For debugging/testing purposes, I would like Google's Logback LoggingAppender to write to STDOUT instead to connect to Google's Logging API. According to https://github.com/googleapis/java-logging-...
Dirk R's user avatar
  • 417
0 votes
0 answers
63 views

My Rails application needs to pull filtered logs from Google Cloud. I first implemented it via the official google-cloud-logging library, but the Ruby implementation is painfully slow, and each ...
Lidia Mokevnina's user avatar
1 vote
0 answers
1k views

I am trying to find some duplicated log like for example: "[entry] shipmentOrder 1234" "[entry] shipmentOrder 1234" "[entry] shipmentOrder 1235" "[entry] ...
Jonathan Chevalier's user avatar
0 votes
1 answer
1k views

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 ...
Dinesh's user avatar
  • 327
0 votes
1 answer
74 views

I have a movie quiz app https://www.quizsocial.xyz/, where users can search for a trending movie and take a quiz about the movie’s story, so when they land on the homepage, they search for their movie,...
Ritesh Patel's user avatar
0 votes
1 answer
532 views

How could I use log filenames as log names on google logging. I have this on google-cloud-ops-agent/config.yaml logging: receivers: nginx_access: type: nginx_access nginx_error: ...
Timo77's user avatar
  • 125
0 votes
0 answers
430 views

What field in the terraform resource "google_monitoring_alert_policy" added filters for google logging alerts?
mmn's user avatar
  • 1
2 votes
4 answers
3k views

So I've created a logging alert policy on google cloud that monitors the project's logs and sends an alert if it finds a log that matches a certain query. This is all good and fine, but whenever it ...
Dmytro Lysak's user avatar
1 vote
0 answers
428 views

When searching kubernetes logs I can add a bit of context to my search using the below command, which will return the logs matching my keyword as well as the 3 logs preceding and following any log ...
Mazen Ezzeddine's user avatar
1 vote
1 answer
1k views

I wanted to view the BigQuery costs in my project. I am downloading logs to the table according to the following function: resource.type = "bigquery_resource" protoPayload.methodName = "...
GuziQ's user avatar
  • 121
2 votes
1 answer
4k views

I am really new to GCP and creating metrics. We use Grafana to display the count of event logs with the help of "google_logging_metric" created. My use case was Let's say we have a log The ...
user16353001's user avatar
0 votes
1 answer
603 views

I am building a similar approach to bring all the logs into BigQuery dataset. As per this https://dev.to/alvardev/gcp-cloud-logging-the-basis-45eh I am able to bring the project log details into the ...
Alex Man's user avatar
  • 4,938