diff --git a/Formula/f/filebeat.rb b/Formula/f/filebeat.rb index 71d6a8744dc0..dddafb1a5aa9 100644 --- a/Formula/f/filebeat.rb +++ b/Formula/f/filebeat.rb @@ -2,8 +2,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" url "https://github.com/elastic/beats.git", - tag: "v8.13.4", - revision: "b24ddd14c936c216817afed0cc7d0b23fd920194" + tag: "v8.14.0", + revision: "de52d1434ea3dff96953a59a18d44e456a98bd2f" # Outside of the "x-pack" folder, source code in a given file is licensed # under the Apache License Version 2.0 license "Apache-2.0" @@ -32,8 +32,8 @@ def install cd "filebeat" do # don't build docs because it would fail creating the combined OSS/x-pack # docs and we aren't installing them anyway - inreplace "magefile.go", "mg.SerialDeps(Fields, Dashboards, Config, includeList, fieldDocs,", - "mg.SerialDeps(Fields, Dashboards, Config, includeList," + inreplace "magefile.go", "mg.SerialDeps(Fields, Dashboards, Config, GenerateModuleIncludeListGo, fieldDocs,", + "mg.SerialDeps(Fields, Dashboards, Config, GenerateModuleIncludeListGo," # prevent downloading binary wheels during python setup system "make", "PIP_INSTALL_PARAMS=--no-binary :all", "python-env"