Splunk AppDynamics ThousandEyes Integration Setup
SkillDev tools"Use when Codex needs to configure AppDynamics ThousandEyes token readiness, Dash Studio ThousandEyes
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Splunk AppDynamics ThousandEyes Integration Setup skill
What this skill tells your AI
The instructions your AI receives, as published by chambear2809/splunk-cisco-skills in skills/splunk-appdynamics-thousandeyes-integration-setup/SKILL.md and read by ahel’s review.
Prerequisites
| Tool or access | Purpose | Verify |
|---|---|---|
| Bash and Python 3 | Run bundled setup and validation helpers | bash --version && python3 --version |
| Required product/platform access | Inspect or configure the selected target | Complete the documented preflight |
| Credential files for live modes | Keep secrets out of chat | Verify paths only |
Workflow Overview
┌───────────┐ ┌───────────────┐ ┌───────────────┐ ┌─────────────────┐
│ Preflight │ → │ Render/review │ → │ Apply/handoff │ → │ Validate evidence │
└───────────┘ └───────────────┘ └───────────────┘ └─────────────────┘
When to Activate
- Codex needs to configure AppDynamics ThousandEyes token readiness, Dash Studio ThousandEyes widgets, Browser/Mobile RUM ThousandEyes network metrics, ThousandEyes native AppDynamics integration runbooks for test recommendations and alert.
- Preview and review the splunk appdynamics thousandeyes integration setup workflow before any live apply phase.
- Diagnose failed prerequisites, generated assets, configuration, or validation evidence.
Scope
Follow the documented read-only or render-first path whenever it is available. This skill does not imply permission to mutate live systems. Require explicit apply flags, protected credentials, and operator review for state changes.
Examples
Inspect the supported setup modes before selecting one:
bash skills/splunk-appdynamics-thousandeyes-integration-setup/scripts/setup.sh --help
Expected output: usage, supported modes, and required arguments are displayed without changing the target environment.
Inspect validation modes before running completion checks:
bash skills/splunk-appdynamics-thousandeyes-integration-setup/scripts/validate.sh --help
Expected output: offline, live, and completion options are displayed when the skill supports them; help exits without mutation.
Troubleshooting
| Issue | Cause | Resolution |
|---|---|---|
| Preflight fails | A required tool or access path is missing | Resolve it before rendering or applying |
| Rendered assets are incomplete | Required non-secret inputs are absent | Complete intake and render again |
| Apply is blocked | Review, credentials, or explicit acceptance is missing | Use the documented handoff |
| Validation is incomplete | Live evidence is unavailable | Record the gap and keep completion open |
Own the AppDynamics-ThousandEyes integration end to end. The skill renders reviewable artifacts first and keeps live product mutation behind explicit gates.
Safe Workflow
bash skills/splunk-appdynamics-thousandeyes-integration-setup/scripts/setup.sh --render
bash skills/splunk-appdynamics-thousandeyes-integration-setup/scripts/validate.sh
bash skills/splunk-appdynamics-thousandeyes-integration-setup/scripts/setup.sh \
--apply assets,webhook --accept-appd-te-mutation --spec path/to/appd-te.yaml
Use a local spec derived from template.example for customer work. Never put
ThousandEyes tokens, AppDynamics passwords, OAuth client secrets, or API keys in
the spec, shell history, rendered files, or chat. Use chmod-600 secret files.
What This Skill Covers
- AppDynamics
Administration > Integrations > ThousandEyestoken enablement, rotation, disablement, and Dash Studio query readiness. - Dash Studio ThousandEyes widget constraints: Time Series, Metric Number, and Gauge only; one TE query per widget; group-by only for Time Series; disabled tests excluded; max time range 90 days; no time range comparison.
- Browser/Mobile RUM ThousandEyes network metrics. Treat this as SaaS-supported unless an on-premises or Virtual Appliance Controller exposes the documented UI.
- ThousandEyes native AppDynamics integration runbook. Test recommendations are cSaaS-only; alert notifications need a reachable Controller URL and Create Events permission.
- ThousandEyes API-backed assets through the existing
splunk-observability-thousandeyes-integrationskill: tests, alert rules, labels, tags, dashboards, and templates. - ThousandEyes Integrations API custom webhook fallback: generic connector, webhook operation, connector assignment, alert-rule notification fragments, and AppDynamics custom event probe.
Boundaries
- Do not claim a public ThousandEyes API can create the native AppDynamics integration unless Cisco documents that endpoint. Render the UI runbook and accept an existing native integration ID for alert rules.
- Do not use ThousandEyes Webhook Operations APIs for ThousandEyes for Government instances.
- Do not mutate ThousandEyes assets without
--accept-appd-te-mutationand the downstream--i-accept-te-mutationsgate. --applyexecutes only explicitassets,webhook, oreventsections (allmeans all three). It requires a customer-specific spec, a numeric account-group ID, non-example targets, and chmod-600 secret files.
Rendered Outputs
Primary outputs include:
appd-te-readiness.yamlthousandeyes-token-runbook.mddash-studio-query-runbook.mdeum-network-metrics-runbook.mdte-assets-spec.yamlhandoff-thousandeyes-assets.shte-native-appd-integration-runbook.mdte-appd-webhook-payloads/connector.jsonte-appd-webhook-payloads/operation.jsonte-alert-notification-fragments.jsonte-api-apply-plan.shappd-events-api-probe.shte-appd-admin-checklist.md
Read reference.md before applying or adapting the rendered API payloads.
Signals
- GitHub stars
- 37
- Forks
- 8
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
splunk-appdynamics-thousandeyes-integration-setup- Source
- github.com/chambear2809/splunk-cisco-skills