WARNING: Version 5.3 of Beats has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Fetching Dependencies and Setting up the Beat
editFetching Dependencies and Setting up the Beat
editFirst you need to install the following tools:
To fetch dependencies and set up the Beat, run:
cd ${GOPATH}/src/github.com/{user}/countbeat make setup
The Beat now contains the basic config file, countbeat.yml
, and template files. The Beat is "complete" in the sense
that you can compile and run it. However, to make it functionally complete, you need to add your custom logic (see The Beater Interface), along with any additional configuration parameters that your Beat requires.