Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
ka...@google.com <ka...@google.com> #2
I have forwarded this request to the engineering team. We will update this issue with any progress updates and a resolution.
Best Regards,
Josh Moyer
Google Cloud Platform Support
Best Regards,
Josh Moyer
Google Cloud Platform Support
za...@boldapps.net <za...@boldapps.net> #3
This is not only useful for IP addresses, but also for many other resources. I understand that names are currently used as identifiers, so this request is probably not trivial to implement. Maybe distinguishing between a (numeric, automatically generated) identifier and a (textual) label is the way to go?
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered: Certificate Manager logs are completely absent from Log Explorer, though metrics are available and populates as expected.
Querying
logName = "projects/<<PROJECT_ID>>/logs/certificatemanager.googleapis.com"
return nothing on multiple projects that have been using Certificate Manager for at least 6 months.Metrics explorer with the query
sum(avg_over_time(certificatemanager_googleapis_com:project_certificates{monitored_resource="certificatemanager.googleapis.com/Project"}[${__interval}]))
shows 28 certificates exist though.What you expected to happen: Logs should exist for certificate expiration, according to the documentation found here :
Steps to reproduce: Run
logName = "projects/<<PROJECT_ID>>/logs/certificatemanager.googleapis.com"
on log explorer.Other information (workarounds you have tried, documentation consulted, etc): I have checked through the CLI as well by running
gcloud logging read "resource.type=certificate" --project=<<PROJECT_ID>>
with no luck.