splunk-observability-cloud-integration-setup

Automate Splunk Platform to Observability Cloud integration setup with idempotent apply.

36|7|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-observability-cloud-integration-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: splunk-observability-cloud-integration-setup
Source: https://github.com/chambear2809/splunk-cisco-skills/tree/main/skills/splunk-observability-cloud-integration-setup
Command: npx skills add https://github.com/chambear2809/splunk-cisco-skills --skill splunk-observability-cloud-integration-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This metadata-driven Skill orchestrates the end-to-end configuration of Splunk Platform and Splunk Observability Cloud integration, including Unified Identity or Service Account pairing, multi-org defaults, Centralized RBAC, Discover app surfaces, Log Observer Connect, and the SIM Add-on workflow.

Core Features & Use Cases

  • Render a complete plan from a YAML spec and apply sections idempotently, with dry-run and doctor support.
  • Support Unified Identity (UID) or Service Account (SA) pairing, multi-org defaults, and Discover app Configurations, plus RBAC provisioning and preflight checks.
  • On-demand resources integration: Deploy and configure Log Observer Connect, SIM Add-on, Related Content previews, and Dashboard Studio surfaces; hand off to other skills for app install or ACS setup as needed.

Quick Start

Render a plan from a YAML spec and apply safely using the provided setup script.

Frequently Asked Questions about splunk-observability-cloud-integration-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Splunk Observability Cloud integration setup end-to-end?

You can automate the Splunk Observability Cloud integration setup by rendering a plan from a YAML spec and applying it idempotently. This handles UID and Service Account pairing, multi-org defaults, and Centralized RBAC provisioning automatically.

Can I configure multi-org defaults and Centralized RBAC for Splunk Observability Cloud together?

Yes, multi-org defaults and Centralized RBAC provisioning are supported together. The configuration enforces strict secret handling through file-based tokens and respects safety gates during the RBAC cutover process.

Does the Splunk Platform and Observability Cloud integration support dry-run and preflight checks?

Yes, the integration setup supports both dry-run execution and preflight checks. Rendered plans are stored without secrets, allowing you to safely validate configurations before applying them to your cloud or enterprise deployments.

What is the best way to manage tokens and secrets during Splunk Observability Cloud integration?

Token-based secret management enforces strict handling through file-based tokens. Rendered plans are stored with no secrets exposed, ensuring secure stateful idempotency across your Splunk Platform and Observability Cloud environments.

How do I deploy Log Observer Connect and the SIM Add-on for Splunk Observability Cloud?

You can deploy on-demand resources like Log Observer Connect and the SIM Add-on by rendering them from a YAML spec. The setup orchestrates these configurations and can hand off installation tasks to other skills as needed.

Do I need pyyaml to configure Splunk Observability Cloud integration?

Yes, pyyaml is required as a dependency to render the configuration plan. You provide a YAML spec which the setup script uses to apply integration sections idempotently across your Splunk deployments.