Questions tagged [google-stackdriver]
84 questions
2
votes
2 answers
Stackdriver missing GKE Logs
I brought up a new Vault cluster using Terraform (https://github.com/sethvargo/vault-on-gke) and everything is working fine with Vault. However I can't seem to see any Container, Node or Pod logs in Stackdriver. The other GKE Cluster we have that…

Max DiOrio
- 31
- 1
- 2
2
votes
1 answer
structured logging from a cloud function
So I've been banging my head against this for a while now, thought I'd ask here.
Is it possible to use structured logging from within a Cloud Function?
The log and metrics agents aren't available in CF and I'd like some richer data in our…

Rasputnik
- 196
- 4
2
votes
1 answer
Can't see pod logs in Stackdriver UI for cluster deployed on GKE
I deployed an Elasticsearch cluster on Google Kubernetes Engine.
I am able to view logs of specific pods with the 'kubectl logs' command from my PC.
>kubectl logs es-data-0
...
[2018-06-18T07:35:11,220][INFO ][o.e.m.j.JvmGcMonitorService]…

syst0m
- 131
- 1
- 4
2
votes
1 answer
Google Cloud load balancer POST data
We are using Google Cloud Stackdriver Logs for Load Balancer requests. As far as I see, we can get both GET and POST requests but we cannot reach POST payload. Is it possible to add POST payload to load balancer logs on Stackdriver?

Sanotech Inc
- 21
- 2
2
votes
2 answers
Stackdrive agent metric isn't propagated to GCE instance-group-manager autoscaler
I'm trying to set up autoscaling group of instances on GCE. Autoscaling policy setup to add instance(s) based on percent of used memory.
On every instance I installed Stackdriver Monitoring Agent (collectd) like this:
$ curl -O…

vtrv101
- 21
- 2
2
votes
1 answer
How I can send all logs from journald to GCP Logging?
Don't know what to add more to question, just want to send all logs. My applications write logs to journald, there is no files on disk.
UPD.
Just to clarify, there are files where journald store logs, my application do not create any logs files.

Raf
- 173
- 7
2
votes
1 answer
GCE stackdriver logging agent (fluentd) memory leak with COS
I have a VM on GCE where I run a custom Docker image. I installed it on COS (cos-stable-74-11895-125-0) to a g1-small (1 vCPU, 1.7 GB memory) instance.
It is an Elasticsearch with locked memory settings. It consumes exactly 1 GB of RAM.
The setup…

Krisztián Velez
- 121
- 2
2
votes
1 answer
How can I get AWS cloudwatch logs into GCP stack driver logs viewer?
I have set up the "connector account" thing in Stackdriver, and I'm able to see metrics in GCP, which is super cool! I would now like to also get all cloudwatch logs into google's logging tool. Can this be done with the connector account as well? Or…

Askdesigners
- 131
- 3
2
votes
1 answer
stackdriver severity in GKE sending all to stderr
Tell me whether it is possible to make a separation by severity in stackdriver. All messages in the container are displayed in stderror and in stackdriver, they are marked as errors. The task is to separate messages from logs (laravel) into…

James M
- 210
- 1
- 3
- 13
1
vote
3 answers
How to monitor HTTPS and TCP Load Balancers on GCP
we are using HTTPS and TCP Load balancers in the Google Cloud Platform (GCP) and we want to monitor them (e.g. with Stackdriver).
For us, one main criteria seems to be the amount of healthy backend services (which also is an inidicator shown in the…

Dominik Müller
- 11
- 1
- 3
1
vote
1 answer
Set Stackdriver severity based on textPayload
We have an in-house Java application created by our developers that uses log4j to format its logging messages. Recently, we've started to run this on Google Kubernetes Engine and so logs are piped through to Stackdriver from stdout automatically.…

Goldstein
- 163
- 5
1
vote
0 answers
Googke K8s - Stackdriver Kubernetes Engine Monitoring is enabled but cant see logs in Logs Viewer
Google K8S - Master version 1.13.6-gke.6
On my K8S cluster is Stackdriver Kubernetes Engine Monitoring Enabled, Legacy Stackdriver Logging Disabled, Legacy Stackdriver Monitoring Disabled.
PROBLEM: I get monitoring information in stackdriver…

Ondřej Fuchs
- 11
- 1
1
vote
0 answers
Migrating from one cluster to a new one in google cloud
I have 7-8 different microservices running on google cloud.
I'm planning to do API monitoring and I've been asked to use google's stackdriver trace for it.
However it turns out, you cannot use stackdriver trace for an existing cluster. So, I…

Khadar111
- 11
- 1
1
vote
1 answer
GAE stackdriver debugger "The debugger could not find a debug target for the application" error
I have deployed a flex aspcore app on GAE and now want to debug it. Unfortunately the stackdriver debugger page is not letting me go further with the following error
"The debugger could not find a debug target for the application MyApplication -…

Adrian Goudard
- 13
- 4
1
vote
0 answers
Google cloud VPC Firewall rule does not show any rejected logs
I have Google VPC firewall rule to allow ssh(default tcp:22) access to a specific IP address (for example 1.2.3.4/32), this firewall rule has the highest priority in the VPC.
The firewall rule has logging turned on.
When looking in the Google…

Erez Ben Harush
- 177
- 1
- 7