What problem does it solve? Setting up and operating SAP Cloud Logging on SAP BTP involves many moving parts: choosing service plans, creating instances through four different methods, wiring up log/metric/trace ingestion from Cloud Foundry, Kyma, OpenTelemetry, or JSON API, managing mTLS certificates, and configuring SAML authentication. This Skill consolidates that operational knowledge into actionable guidance with verified commands, configuration templates, and troubleshooting steps. ## Core Features & Use Cases - Instance Provisioning: Create Cloud Logging instances via BTP Cockpit, CF CLI, BTP CLI, or SAP BTP Service Operator with correct plan selection (dev/standard/large) and configuration parameters. - Ingestion Configuration: Set up all four ingestion paths—Cloud Foundry service binding, Kyma Telemetry module pipelines, OpenTelemetry OTLP (gRPC with mTLS), and JSON API with Fluent Bit or Logstash. - Security & Operations: Configure SAML authentication with SAP Identity Authentication, rotate root CA certificates using the 3-step process, and apply BTP security recommendations (BTP-CLS-0001/0002/0003). - Use Case: A platform engineer needs to ship Kyma application logs and Istio access logs to Cloud Logging. The Skill provides the ServiceInstance/ServiceBinding YAML, LogPipeline configuration referencing the secret, and the correct index patterns (logs-json-kyma*, logs-json-istio-envoy-kyma*) to verify data in OpenSearch Dashboards. ## Quick Start Ask the assistant to create a standard-plan SAP Cloud Logging instance with OTLP ingestion enabled and a 14-day retention period using the CF CLI.