• Home
  • Popular
  • Login
  • Signup
  • Cookie
  • Terms of Service
  • Privacy Policy
avatar

Posted by G Bot


20 Feb, 2025

Updated at 21 Mar, 2025

Compute Engine health check: compute.googleapis.com/healthChecks not available in LOGS EXPLORER

Compute Engine health check: compute.googleapis.com/healthChecks not available in Google Cloud LOGS EXPLORER

When I am in my TEST-project and I go to LOGS EXPLORER and then in the ALL LOG NAMES pulldown I enter "compute", I see these two items appear under COMPUTE ENGINE:
   healthchecks
    compute.googleapis.com/healthChecks
    logName="projects/oversightmd-test/logs/compute.googleapis.com%2Fhealthchecks"

  shielded_vm_integrity
    compute.googleapis.com/shielded_vm_integrity
    logName="projects/oversightmd-test/logs/compute.googleapis.com%2Fshielded_vm_integrity"

But when I am in my PROD-project, I do not see those two items, all I see is shielded_vm_intgrity.
I need the compute.googleapis.com/healthChecks item, why is healthchecks not showing up in PROD-project?

In both PROD and TEST project I have an IAM roles of OWNER andLOGGING ADMIN.

Screenshot from 2025-02-20 10-15-36.png

 

It looks like logging is enabled in both prod and test projects:

$ gcloud compute health-checks list --project myproject-prod
NAME REGION PROTOCOL
https-healthcheck-443 HTTPS

$ gcloud compute health-checks list --project myproject-test
NAME REGION PROTOCOL
https-healthcheck-443 HTTPS

$ gcloud compute health-checks describe https-healthcheck-443 --project myproject-test
httpsHealthCheck:
kind: compute#healthCheck
logConfig:
enable: true
name: https-healthcheck-443
selfLink: https://www.googleapis.com/compute/v1/projects/myproject-test/global/healthChecks/https-healthcheck-...

$ gcloud compute health-checks describe https-healthcheck-443 --project myproject-prod
httpsHealthCheck:
kind: compute#healthCheck
logConfig:
enable: true
name: https-healthcheck-443
selfLink: https://www.googleapis.com/compute/v1/projects/myproject-prod/global/healthChecks/https-healthcheck-...