splunk-servicenow-ta-setup
Configure and manage ServiceNow data ingestion in Splunk.
Install
mkdir -p .claude/skills/splunk-servicenow-ta-setup && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16384" && unzip -o skill.zip -d .claude/skills/splunk-servicenow-ta-setup && rm skill.zipInstalls to .claude/skills/splunk-servicenow-ta-setup
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Install, render, configure, and validate the Splunk Add-on for ServiceNow (Splunk_TA_snow, Splunkbase 1928). Renders real per-table snow:// inputs.conf stanzas (incident, change_request, problem, em_event, sys_user, cmdb_ci, and more) with the correct account, table, timefield, and id_field, emits a basic-auth or OAuth account runbook, creates the snow index, maps tables to snow:<table> source types, and validates ingestion. Use when the user asks about Splunk_TA_snow, the Splunk Add-on for ServiceNow, ServiceNow incident or change or CMDB ingestion, snow:// inputs, or ITSM data onboarding in Splunk.Key capabilities
- →Install the Splunk Add-on for ServiceNow (Splunk_TA_snow)
- →Render per-table snow:// inputs.conf stanzas
- →Create the snow index in Splunk
- →Map ServiceNow tables to snow:<table> source types
- →Validate ingestion of ServiceNow data into Splunk
How it works
The skill automates the setup of the Splunk Add-on for ServiceNow by rendering input stanzas, creating indexes, mapping source types, and validating data ingestion. It pulls ServiceNow table records through the REST API.
Inputs & outputs
When to use splunk-servicenow-ta-setup
- →Onboarding ServiceNow incidents to Splunk
- →Configuring ITSM data ingestion
- →Validating Splunk TA configuration
About this skill
Splunk Add-on for ServiceNow Setup
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
- Splunk_TA_snow, the Splunk Add-on for ServiceNow, ServiceNow incident or change or CMDB ingestion, snow:// inputs, or ITSM data onboarding in Splunk.
- Preview and review the splunk servicenow ta 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-servicenow-ta-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-servicenow-ta-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 |
TA Completion Gate
For every TA/add-on or dashboard companion run, satisfy the shared TA completion gate: configure and enable the data ingest path owned by this skill or its required companion, validate events or metrics in the target indexes/source types, and verify any pre-built/package-shipped dashboards are visible, macro-aligned, and returning data. If the package ships no dashboards, record that evidence explicitly and hand off dashboard use to the consuming app, ES/ITSI/ARI content, or readiness doctor.
Render-first automation for the Splunk Add-on for ServiceNow
(Splunk_TA_snow, Splunkbase 1928). The add-on pulls ServiceNow table records
through the REST API; each snow://<table> input emits the snow:<table>
source type.
The add-on runs on the search tier or a heavy forwarder. Run a given table input on a single node to avoid duplicate collection.
Package Verification Boundary
This skill's package-derived inputs and handlers were verified against
10.0.1. The current public release is 11.0.0 and advertises Splunk 10.5
support, but its package contents have not been verified by this repository.
The shared installer defaults to verified 10.0.1; only
--accept-unverified-release follows public 11.0.0. After that explicit
override, inspect its input/account schema and repeat the completion-gate
validation before applying these templates.
Tables And Source Types
| Input | Source type |
|---|---|
snow://incident | snow:incident |
snow://change_request | snow:change_request |
snow://problem | snow:problem |
snow://em_event | snow:em_event |
snow://sys_user | snow:sys_user |
snow://sys_user_group | snow:sys_user_group |
snow://cmdb_ci | snow:cmdb_ci |
Credentials
Never paste a ServiceNow password or OAuth secret in chat or argv. Use a read-only integration user. Write the secret to a local file and configure the account in the add-on Configuration tab:
bash skills/shared/scripts/write_secret_file.sh /tmp/snow_password
See the rendered account-setup.md for both basic-auth and OAuth modes.
Workflow
- Render reviewable assets (offline):
bash skills/splunk-servicenow-ta-setup/scripts/setup.sh --render \
--index snow --account-name snow_prod --tables incident,change_request,problem,em_event
- Install the add-on and create the index:
bash skills/splunk-servicenow-ta-setup/scripts/setup.sh --install --create-index --index snow
-
Configure the account (
account-setup.md) and enable the rendered inputs. -
Validate:
bash skills/splunk-servicenow-ta-setup/scripts/validate.sh --index snow
ServiceNow incident/change data is commonly consumed by Splunk ITSI; hand off
service and KPI modeling to splunk-itsi-config. See reference.md for the
full input/account model, checkpointing, source types, and placement guardrails.
When not to use it
- →When a ServiceNow password or OAuth secret needs to be pasted in chat or argv
- →When the package contents of Splunk_TA_snow version 11.0.0 have not been verified
- →When the user does not want to configure and enable the data ingest path
Limitations
- →Never paste a ServiceNow password or OAuth secret in chat or argv
- →The current public release of Splunk_TA_snow (11.0.0) has not been verified by this repository
- →The add-on runs on the search tier or a heavy forwarder
How it compares
This skill provides render-first automation for setting up the Splunk Add-on for ServiceNow, ensuring correct configuration and validation of ITSM data ingestion, unlike manual setup processes.
Compared to similar skills
splunk-servicenow-ta-setup side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| splunk-servicenow-ta-setup (this skill) | 0 | 1mo | Review | Intermediate |
| simulator-management | 0 | 6mo | No flags | Intermediate |
| azure-devops-rest-api | 15 | 9mo | Review | Intermediate |
| home-assistant-manager | 9 | 8mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by chambear2809
View all by chambear2809 →You might also like
simulator-management
pmaojo
description: Capabilities for managing and troubleshooting the API Simulator.
azure-devops-rest-api
Tiberriver256
Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the vsts-rest-api-specs repository.
home-assistant-manager
komal-SkyNET
Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.
observability-engineer
sickn33
Build production-ready monitoring, logging, and tracing systems. Implements comprehensive observability strategies, SLI/SLO management, and incident response workflows. Use PROACTIVELY for monitoring infrastructure, performance optimization, or production reliability.
prometheus-configuration
wshobson
Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.
mlops-engineer
sickn33
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.