metricbeat 5.6.1
Closes #18236. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
26c5093a2b
commit
1e76dbe048
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Metricbeat < Formula
|
class Metricbeat < Formula
|
||||||
desc "Collect metrics from your systems and services."
|
desc "Collect metrics from your systems and services."
|
||||||
homepage "https://www.elastic.co/products/beats/metricbeat"
|
homepage "https://www.elastic.co/products/beats/metricbeat"
|
||||||
url "https://github.com/elastic/beats/archive/v5.6.0.tar.gz"
|
url "https://github.com/elastic/beats/archive/v5.6.1.tar.gz"
|
||||||
sha256 "7ec86da04b97fa7dcddc88250f0f7d2efd06f4ef058cc0097d1d439526b9ed44"
|
sha256 "3534ef7a3833ae85aef53a12580520b5d85feaa1408289ea37a6ebff5a2fda0a"
|
||||||
|
|
||||||
head "https://github.com/elastic/beats.git"
|
head "https://github.com/elastic/beats.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue