Skip to content

Commit

Permalink
filebeat 8.14.0
Browse files Browse the repository at this point in the history
filebeat: update build

relates to elastic/beats#38183

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jun 5, 2024
1 parent 3f185fd commit 1a8677a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/f/filebeat.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1a8677a

Please sign in to comment.