WARNING: Version 5.0 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.
Building and Running the Beat
editBuilding and Running the Beat
editTo compile the Beat, make sure you are in the Beat directory ($GOPATH/src/github.com/{user}/countbeat
) and run:
make
Running this command creates the binary called countbeat
in $GOPATH/src/github.com/{user}/countbeat
.
Now run the Beat:
./countbeat -e -d "*"
The command automatically loads the default config file, countbeat.yml
, and sends debug output to the console.
You can stop the Beat by pressing Ctrl+C
.