Skip to content

Commit

Permalink
bump to 8.2.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vrince committed May 4, 2022
1 parent 2e9ecc4 commit cf80d9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
go/
beats/
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Currently elasticsearch team do not provide any `arm32` (`armv7` / `armv6`) buil
## Run `filebeat` on a raspberry pi

```bash
wget https://github.com/vrince/arm-beats/releases/download/v8.1.0/filebeat-8.1.0-linux-armv7l.tar.gz
tar -xf filebeat-8.1.0-linux-armv7l.tar.gz
cd filebeat-8.1.0-linux-armv7l
wget https://github.com/vrince/arm-beats/releases/download/v8.2.0/filebeat-8.2.0-linux-armv7l.tar.gz
tar -xf filebeat-8.2.0-linux-armv7l.tar.gz
cd filebeat-8.2.0-linux-armv7l
file ./filebeat
```

Expand All @@ -33,9 +33,9 @@ For more information about how to configure `filebeat` --> [documentation](https
## Run `metricbeat` on raspberry pi

```bash
wget https://github.com/vrince/arm-beats/releases/download/v8.1.0/metricbeat-8.1.0-linux-armv7l.tar.gz
tar -xf metricbeat-8.1.0-linux-armv7l.tar.gz
cd metricbeat-8.1.0-linux-armv7l
wget https://github.com/vrince/arm-beats/releases/download/v8.1.0/metricbeat-8.2.0-linux-armv7l.tar.gz
tar -xf metricbeat-8.2.0-linux-armv7l.tar.gz
cd metricbeat-8.2.0-linux-armv7l
file ./metricbeat
```

Expand Down

0 comments on commit cf80d9a

Please sign in to comment.