- See Prerequisites.
- Install BTP CLI as described in Download and Start Using the BTP CLI Client.
- Ensure you are logged in.
-
Create a SAP Cloud Logging instance. See Service Plans and Configuration Parameters for configuration options:
btp create services/instance --subaccount <SUBACCOUNT_ID> --service <CLS_INSTANCE_NAME> --offering-name "cloud-logging" --plan-name <CLS-SERVCIE-PLAN> --parameters <CLS-SERVICE-PARAMETERS>
-
Wait for your dedicated instance to be provisioned.
Get a service key to access instance credentials.
-
Create a service binding.
btp create services/binding --subaccount <SUBACCOUNT_ID> --binding <CLS_BINDING_NAME> --instance-name <CLS_INSTANCE_NAME>
-
Get a binding to access instance credentials.
btp get services/binding --name <CLS_BINDING_NAME> --subaccount <SUBACCOUNT_ID>