SP

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.zip

Installs 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.
607 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

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

You give it
A request to set up the Splunk Add-on for ServiceNow for ITSM data onboarding
You get back
Installed add-on, configured inputs, created index, mapped source types, and validated data ingestion

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 accessPurposeVerify
Bash and Python 3Run bundled setup and validation helpersbash --version && python3 --version
Required product/platform accessInspect or configure the selected targetComplete the documented preflight
Credential files for live modesKeep secrets out of chatVerify 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

IssueCauseResolution
Preflight failsA required tool or access path is missingResolve it before rendering or applying
Rendered assets are incompleteRequired non-secret inputs are absentComplete intake and render again
Apply is blockedReview, credentials, or explicit acceptance is missingUse the documented handoff
Validation is incompleteLive evidence is unavailableRecord 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

InputSource type
snow://incidentsnow:incident
snow://change_requestsnow:change_request
snow://problemsnow:problem
snow://em_eventsnow:em_event
snow://sys_usersnow:sys_user
snow://sys_user_groupsnow:sys_user_group
snow://cmdb_cisnow: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

  1. 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
  1. Install the add-on and create the index:
bash skills/splunk-servicenow-ta-setup/scripts/setup.sh --install --create-index --index snow
  1. Configure the account (account-setup.md) and enable the rendered inputs.

  2. 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.

SkillInstallsUpdatedSafetyDifficulty
splunk-servicenow-ta-setup (this skill)01moReviewIntermediate
simulator-management06moNo flagsIntermediate
azure-devops-rest-api159moReviewIntermediate
home-assistant-manager98moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

simulator-management

pmaojo

description: Capabilities for managing and troubleshooting the API Simulator.

00

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.

15119

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.

9110

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.

1242

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.

645

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.

333

Search skills

Search the agent skills registry