https://github.com/ruflin/metricbeat-metricset-generator
DEPRECATED - Use the metricset generator in the beats repository
https://github.com/ruflin/metricbeat-metricset-generator
Last synced: 7 months ago
JSON representation
DEPRECATED - Use the metricset generator in the beats repository
- Host: GitHub
- URL: https://github.com/ruflin/metricbeat-metricset-generator
- Owner: ruflin
- License: other
- Created: 2016-05-19T12:06:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T10:42:03.000Z (over 9 years ago)
- Last Synced: 2025-01-23T16:53:50.410Z (9 months ago)
- Language: Makefile
- Homepage: https://github.com/elastic/beats/tree/master/generate/metricbeat/metricset
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
DEPRECATED: Please use the metricset generator in the beats repository: https://github.com/elastic/beats/tree/master/generate/metricbeat/metricset
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/ruflin/metricbeat-module-generator.git
```This requires [python](https://www.python.org/downloads/) and [cookiecutter](https://github.com/audreyr/cookiecutter) to be installed. More details on how to install cookiecutter can be found [here](http://cookiecutter.readthedocs.io/en/latest/installation.html).
# Goals
This beat generator has several goals:
* Create a running metricbeat module 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 metricbeat module
* Provide all files needed to build up and grow a community around a metricbeat module
* Allow release management of a beat
* Make a beat easy to update to the most recent version of libbeat