icingabeat/vendor/github.com/elastic/beats/heartbeat
Blerim Sheqa 1269707447 Update to libbeat 6.3 2018-08-08 09:36:07 +02:00
..
_meta Update to libbeat 6.2 2018-08-08 09:36:05 +02:00
beater Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
cmd Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
config Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
docs Update to libbeat 6.3 2018-08-08 09:36:07 +02:00
look Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
monitors Update to libbeat 6.3 2018-08-08 09:36:07 +02:00
reason Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
scheduler Update to libbeat 5.2.2 2017-03-15 09:54:31 +01:00
scripts Update to libbeat 6.2 2018-08-08 09:36:05 +02:00
tests/system Update to libbeat 6.2 2018-08-08 09:36:05 +02:00
watcher Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
.gitignore Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
Makefile Update to libbeat 6.2 2018-08-08 09:36:05 +02:00
README.md Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
TODO.md Add initial files genereated by cookiecutter 2016-12-02 11:51:44 +01:00
heartbeat.reference.yml Update to libbeat 6.3 2018-08-08 09:36:07 +02:00
heartbeat.yml Update to libbeat 6.2 2018-08-08 09:36:05 +02:00
main.go Update to libbeat 6.1 2017-12-19 13:16:39 +01:00
main_test.go Update to libbeat 6.1 2017-12-19 13:16:39 +01:00

README.md

Heartbeat (Experimental)

Welcome to Heartbeat.

This is a new EXPERIMENTAL beat for testing service availability using PING based on ICMP, TCP or higher level protocols.

Ensure that this folder is at the following location: ${GOPATH}/src/github.com/elastic/beats

Getting Started with Heartbeat

Requirements

Build

To build the binary for Heartbeat run the command below. This will generate a binary in the same directory with the name heartbeat.

make

Run

To run Heartbeat with debugging output enabled, run:

./heartbeat -c heartbeat.yml -e -d "*"

Update

Each beat has a template for the mapping in elasticsearch and a documentation for the fields which is automatically generated based on fields.yml.

make update

Cleanup

To clean Heartbeat source code, run the following commands:

make fmt
make simplify

To clean up the build directory and generated artifacts, run:

make clean