Skip to content

Commit

Permalink
chore: for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed May 15, 2020
1 parent 4bd79d8 commit f22c835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions heartbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ensure that this folder is at the following location:
To build the binary for Heartbeat run the command below. This will generate a binary
in the same directory with the name heartbeat.

```
```bash
make
```

Expand All @@ -27,7 +27,7 @@ make

To run Heartbeat with debugging output enabled, run:

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

Expand All @@ -37,7 +37,7 @@ To run Heartbeat with debugging output enabled, run:
Each beat has a template for the mapping in elasticsearch and a documentation for the fields
which is automatically generated based on `fields.yml`.

```
```bash
make update
```

Expand Down

0 comments on commit f22c835

Please sign in to comment.