filebeat 5.1.2
Closes #8800. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
99d603007b
commit
931e2c4564
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Filebeat < Formula
|
class Filebeat < Formula
|
||||||
desc "File harvester to ship log files to Elasticsearch or Logstash"
|
desc "File harvester to ship log files to Elasticsearch or Logstash"
|
||||||
homepage "https://www.elastic.co/products/beats/filebeat"
|
homepage "https://www.elastic.co/products/beats/filebeat"
|
||||||
url "https://github.com/elastic/beats/archive/v5.1.1.tar.gz"
|
url "https://github.com/elastic/beats/archive/v5.1.2.tar.gz"
|
||||||
sha256 "f280b975afffd5c2e9ddb9aef2823aff065aec8c41325999c2721fa2770dafb0"
|
sha256 "7cd554f8be6b02290ebbc17c9820acde3dc59108672ced7a0cf5486faa3e23ce"
|
||||||
|
|
||||||
head "https://github.com/elastic/beats.git"
|
head "https://github.com/elastic/beats.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue