skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
elastic/integration-skills205 installs

input-configurations

Input template configuration for Elastic integrations. Covers agent stream templates (agent/stream/*.yml.hbs) for all non-CEL input types: HTTPJSON, AWS S3, CloudWatch, Azure Blob, Azure EventHub, GCS, GCP Pub/Sub, TCP, UDP, HTTP Endpoint, Filestream, Logfile, Journald, Winlog, and WebSocket. For CEL input programs, use the cel-programs skill instead.

How do I install this agent skill?

npx skills add https://github.com/elastic/integration-skills --skill input-configurations
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill provides comprehensive security-conscious documentation and templates for configuring Elastic integration inputs. It includes explicit warnings against hardcoding credentials and follows industry best practices for data ingestion and processing.

  • Socketpass

    No alerts

  • Snykwarn

    Risk: MEDIUM · 1 issue

What does this agent skill do?

input-configurations

When to use

Load this skill whenever tasks include:

  • building, modifying, or reviewing agent/stream/*.yml.hbs templates 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 typeFilename patternGuide
HTTPJSONhttpjson.yml.hbsreferences/httpjson-guide.md
AWS S3aws-s3.yml.hbsreferences/aws-s3-guide.md
CloudWatchaws-cloudwatch.yml.hbsreferences/aws-cloudwatch-guide.md
Azure Blob Storageazure-blob-storage.yml.hbsreferences/azure-blob-guide.md
Azure Event Hubazure-eventhub.yml.hbsreferences/azure-eventhub-guide.md
GCSgcs.yml.hbsreferences/gcs-guide.md
GCP Pub/Subgcp-pubsub.yml.hbsreferences/gcp-pubsub-guide.md
TCPtcp.yml.hbsreferences/tcp-guide.md
UDPudp.yml.hbsreferences/udp-guide.md
HTTP Endpointhttp_endpoint.yml.hbsreferences/http-endpoint-guide.md
Filestreamfilestream.yml.hbsreferences/filestream-guide.md
Logfilelog.yml.hbsreferences/logfile-guide.md
Journaldjournald.yml.hbsreferences/journald-guide.md
Winlogwinlog.yml.hbsreferences/winlog-guide.md
WebSocketwebsocket.yml.hbsreferences/websocket-guide.md

Load only the guide for the detected input type, not all guides.

Handoff

  • For CEL programs (cel.yml.hbs), hand off to the cel-programs skill.
  • For pipeline issues discovered while reviewing input templates, hand off to the ingest-pipelines skill.
  • For field mapping issues found in template variable wiring, hand off to the ecs-field-mappings skill.

References

  • references/common-input-patterns.md -- tags, processors passthrough, variable conventions, review flags (applies to ALL input types)
  • references/httpjson-guide.md -- HTTPJSON template syntax, structure, validation rules, pagination patterns, authentication, cursor persistence

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/elastic/integration-skills/input-configurations">View input-configurations on skillZs</a>