Skip to content

Files

Latest commit

Steffen Sieringruflin
Steffen Siering
and
Jul 12, 2017
7a6a5dd · Jul 12, 2017

History

History
This branch is 9154 commits behind elastic/beats:master.

heartbeat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 4, 2017
Jul 3, 2017
Jun 26, 2017
Oct 10, 2016
Jul 4, 2017
Apr 28, 2017
Jul 3, 2017
Oct 28, 2016
Nov 29, 2016
Jul 3, 2017
Oct 10, 2016
Jul 4, 2017
Jul 4, 2017
Apr 4, 2017
Oct 10, 2016
Jul 12, 2017
Jul 3, 2017
Jun 26, 2017
Jun 12, 2017

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