You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic in the cloud logs module is currently set up to use the value of the instance name as the log routing target name too. However we found that the target name has restrictions in what the value can be:
The value for 'targets.name' is not valid. The value must be between 1 and 35 characters in length and can only contain these characters: ^[a-zA-Z][a-zA-Z0-9-]*$."
When you do not enter a value that meets the above criteria, you get an error like this:
The logic in the cloud logs module is currently set up to use the value of the instance name as the log routing target name too. However we found that the target name has restrictions in what the value can be:
When you do not enter a value that meets the above criteria, you get an error like this:
Since we are not exposing the ability in the module to set the name, we need to ensure the computed name meets above criteria.
The text was updated successfully, but these errors were encountered: