diff --git a/Formula/filebeat.rb b/Formula/filebeat.rb index a1c14603e8..62a800d832 100644 --- a/Formula/filebeat.rb +++ b/Formula/filebeat.rb @@ -1,6 +1,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" + # Pinned at 6.2.x because of a licencing issue + # See: https://github.com/Homebrew/homebrew-core/pull/28995 url "https://github.com/elastic/beats/archive/v6.2.4.tar.gz" sha256 "87d863cf55863329ca80e76c3d813af2960492f4834d4fea919f1d4b49aaf699" head "https://github.com/elastic/beats.git"