Assigned
Status Update
Comments
rr...@google.com <rr...@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
mh...@computas.com <mh...@computas.com> #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?
rr...@google.com <rr...@google.com> #4
Is it any hope? We have migrated our IP address to the server with different role, and now the name of this IP address resource doesn't match its role at all. It seems to be trivial enough to momentary reserve static IP address of the old named resource, drop resource, and immediately recreate it with the new name and the old IP address.
mh...@computas.com <mh...@computas.com> #5
This would also improve life when using the Google Deployment Manager (since it otherwise error's out if you've changed a name of an IP)
rr...@google.com <rr...@google.com> #6
Over 3 years to get something as basic as renaming a static IP address. Any progress here?
Description
Goal is to create alerts from logging entries that is directed from org level. Today there is not an option to create alerts from org level, since cloud logging alerts is tied to a project level (and for monitoring channels).
But you can create a logging sink on org level that forwards logs to a Log Bucket in a project.
You can browse the log bucket but you cannot create an alert that is triggered when entries goes into this bucket.
Alerts only triggers on _Default or _Required buckets in the project. From the log explorer window you have option to create alert when you look into the log bucket, but those are never executed.
What you expected to happen:
Alerts tied to log bucket you explored and pressed "Create alert" button on
Steps to reproduce:
In project: Cloud logging, create log bucket. Create monitoring channel as requested
In org level, create a log sink and point it to Cloud Logging bucket and the bucket you created. I use SetIAM filter.
Explore this log in the project.
Create Alert button and follow the wizard and point alerts to your monitoring channel in the project.
This should have triggered alerts but it does not. Troubleshooting. Go into the alert in the project you never see that it manages to find the entries that exist in the cloud logging bucket.
Other information (workarounds you have tried, documentation consulted, etc):