# beat-generator **Repository Path**: mirrors_medcl/beat-generator ## Basic Information - **Project Name**: beat-generator - **Description**: Create the foundation of your own beat in seconds - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This generator makes it possible to generate your own beat in seconds and build up on it. # Create your own beat To create your own beat based on this template, run inside your GOPATH where you want to create the beat: ``` cookiecutter https://github.com/elastic/beat-generator.git ``` This requires python and cookiecutter to be installed (`pip install cookiecutter`). # Goals This beat generator has several goals: * Create a running in beat in very few steps * Have an environment for unit, integration and system testing ready to make testing a beat simple * Ensure easy maintainable and standardised structure of a beat * Provide all files needed to build up and grow a community around a beat * Allow release management of a beat * Make a beat easy to update to the most recent version of libbeat