# elastic-agent-inputs **Repository Path**: mirrors_elastic/elastic-agent-inputs ## Basic Information - **Project Name**: elastic-agent-inputs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # elastic-agent-inputs The code in this repository was an experiment that was never released, with no planned future development. ## Project structure ### `inputs` `input` is the folder containing all inputs, each input must be on its own package. Each input must define the following functions and types: - `Config` (type): it's config struct - `Command` (function): a function that returns a ``*cobra.Command`, it must accept a logger and its configuration struct. - `DefaultConfig` (function): Returns the config struct populated with the default values. ### `pkg` All common packages/functionalities go into this package