Integration Skills is a collection of agent workflows for researching, creating, reviewing, and maintaining Elastic integration packages. Engineers use it with coding environments such as Cursor, Claude Code, and Codex to scaffold integrations, configure data streams, map fields, and run tests.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/elastic/integration-skills/input-configurationsnpx skills add elastic/integration-skills --skill input-configurationsgit clone --depth 1 https://github.com/elastic/integration-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/elastic/integration-skills/input-configurations)<a href="https://agentmods.dev/skills/elastic/integration-skills/input-configurations"><img src="https://agentmods.dev/badge/skills/elastic/integration-skills/input-configurations.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00094 | $0.01114 |
| Opus 5 | $0.00047 | $0.00557 |
| Sonnet 5 | $0.00019 | $0.00223 |
| Haiku 4.5 | $0.00009 | $0.00111 |
Grade A, and why
input-configurations scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
input-configurations
When to use
Load this skill whenever tasks include:
- building, modifying, or reviewing
agent/stream/*.yml.hbstemplates for non-CEL input types - configuring request, response, pagination, cursor, or authentication blocks in HTTPJSON templates
- wiring up cloud storage inputs (AWS S3, GCS, Azure Blob, Azure EventHub)
- setting up network inputs (TCP, UDP, HTTP Endpoint, WebSocket)
- configuring file-based inputs (Filestream, Logfile, Journald, Winlog)
When not to use
Do not use this skill as the primary guide for:
- CEL program development (
cel-programs) -- CEL templates have their own structure, state model, and mito workflow - ingest pipeline processor design (
ingest-pipelines) - field mappings and ECS compliance (
ecs-field-mappings)
Mandatory first read
Always load references/common-input-patterns.md first. It covers patterns that apply to every input type (tags, processors passthrough, variable conventions, forwarded/publisher_pipeline.disable_host coupling). These patterns are prerequisites for all type-specific guides.
Type routing table
Detect the input type from the filename pattern in agent/stream/ or from the data stream manifest input: field, then load the matching guide.
| Input type | Filename pattern | Guide |
|---|---|---|
| HTTPJSON | httpjson.yml.hbs |
references/httpjson-guide.md |
| AWS S3 | aws-s3.yml.hbs |
references/aws-s3-guide.md |
| CloudWatch | aws-cloudwatch.yml.hbs |
references/aws-cloudwatch-guide.md |
| Azure Blob Storage | azure-blob-storage.yml.hbs |
references/azure-blob-storage-guide.md |
| Azure Event Hub | azure-eventhub.yml.hbs |
references/azure-eventhub-guide.md |
| GCS | gcs.yml.hbs |
references/gcs-guide.md |
| GCP Pub/Sub | gcp-pubsub.yml.hbs |
references/gcp-pubsub-guide.md |
| TCP | tcp.yml.hbs |
references/tcp-udp-guide.md |
| UDP | udp.yml.hbs |
references/tcp-udp-guide.md |
| HTTP Endpoint | http_endpoint.yml.hbs |
references/http-endpoint-guide.md |
| Filestream | filestream.yml.hbs |
references/filestream-logfile-guide.md |
| Logfile | log.yml.hbs |
references/filestream-logfile-guide.md |
| Journald | journald.yml.hbs |
references/journald-guide.md |
| Winlog | winlog.yml.hbs |
references/winlog-guide.md |
| WebSocket | websocket.yml.hbs |
references/websocket-guide.md |
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/aws-cloudwatch-guide.md 11 KB
- references/aws-s3-guide.md 13 KB
- references/azure-blob-storage-guide.md 8.7 KB
- references/azure-eventhub-guide.md 9.3 KB
- references/common-input-patterns.md 3.3 KB
- references/filestream-logfile-guide.md 16 KB
- references/gcp-pubsub-guide.md 11 KB
- references/gcs-guide.md 8.4 KB
- references/http-endpoint-guide.md 11 KB
- references/httpjson-guide.md 16 KB
- references/journald-guide.md 9.6 KB
- references/tcp-udp-guide.md 11 KB
- references/websocket-guide.md 12 KB
- references/winlog-guide.md 13 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 83 lines · 94 tokens per session scan A 6223cad5f778
input-configurations is a skill published in the GitHub repository elastic/integration-skills (15 stars, last pushed 8d ago), licensed Apache-2.0. It adds 94 tokens to every session and 1,114 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…