Correct syntax for adding Cloud Logging Service in Automator #264
-
Greetings, I need to add the cloud logging service as part of our sub-account automation, however I'm having difficulty with the syntax, and not readily seeing another example. 2 Quesions,
This is the advice from the automator process:
This is the error message generated after the above suggested options:
Please advise where I have gone wrong, or if this is an issue with the latest docker image. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
This may be a non-issue as it appears to be a defaulted item when created a sub-account inheriting our global account settings. This can be closed. |
Beta Was this translation helpful? Give feedback.
-
Hi @dachtera , ad 1) All available documentation incl. FAQs is part of the repository. There is no documentation for any combination of parameters, but the JSON schemas should help you with the right parameters. I agree that we have room for improvement there ad 2) The btp setup automator as is supports external customer facing services as available in a PAYG account. The Cloud Logging Service s an SAP internal service, so no official support for that. {
"name": "cloud-logging",
"plan": "standard",
"category": "SERVICE"
} You can ignore the warning when the entitlements are created. That's okay. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I tried once and got a fatal error, the second time the fatal error was not present, but resulted in a looping of attempts to move forward.
|
Beta Was this translation helpful? Give feedback.
-
We may have a larger issue here as well to keep an eye on. After spinning for 10 minutes, the following error returned:
Running a second time (without removing any existing configuration) the process completed successfully |
Beta Was this translation helpful? Give feedback.
Hi @dachtera ,
ad 1) All available documentation incl. FAQs is part of the repository. There is no documentation for any combination of parameters, but the JSON schemas should help you with the right parameters. I agree that we have room for improvement there
ad 2) The btp setup automator as is supports external customer facing services as available in a PAYG account. The Cloud Logging Service s an SAP internal service, so no official support for that.
However, I did not find any edge cases for this service, so basically it should work (but no type-ahead support in the
usecase.json
)According to the internal documentation of the service, the parameter you provide are wrong. You do not nee…