Skip to content

Commit

Permalink
Update to 7.16.2 (#121)
Browse files Browse the repository at this point in the history
Commit created by automation.
  • Loading branch information
elasticmachine authored Dec 19, 2021
1 parent 097874a commit bc8e942
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions Formula/apm-server-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class ApmServerFull < Formula
desc "Server for shipping APM metrics to Elasticsearch"
homepage "https://www.elastic.co/"
url "https://artifacts.elastic.co/downloads/apm-server/apm-server-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "d5c71e922be8cf3f339b56cea3c63c13eee939a12300807e3b95f095e7b08842"
url "https://artifacts.elastic.co/downloads/apm-server/apm-server-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "858dd344ad736e1177f26e75c0f402413b1824b24229fd05f3ac5edcb5795c2f"
conflicts_with "apm-server"
conflicts_with "apm-server-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/apm-server-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class ApmServerOss < Formula
desc "Server for shipping APM metrics to Elasticsearch"
homepage "https://www.elastic.co/"
url "https://artifacts.elastic.co/downloads/apm-server/apm-server-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "29402e5a93ea33d0058ce5fd7075ed8434c274a127323631977855d7c7250647"
url "https://artifacts.elastic.co/downloads/apm-server/apm-server-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "21ef0c20fe285cfd2c00c16a858fd17cc5a56ea8636fe39543973b68ea6786c4"
conflicts_with "apm-server"
conflicts_with "apm-server-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/auditbeat-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class AuditbeatFull < Formula
desc "Lightweight Shipper for Audit Data"
homepage "https://www.elastic.co/products/beats/auditbeat"
url "https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "e7186017e048381248d6096fc65030f066a1b0370558257ba7fb68272cecd89a"
url "https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "524df38962e9f9bacf44fd38c3d355e5f0dff3c8186e0f4ab881a3fba5f5030c"
conflicts_with "auditbeat"
conflicts_with "auditbeat-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/auditbeat-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class AuditbeatOss < Formula
desc "Lightweight Shipper for Audit Data"
homepage "https://www.elastic.co/products/beats/auditbeat"
url "https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "028900c5821c9d19e44781f877462dfad9503d4f336a7cafb06128dc1a30df17"
url "https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "e2820da8d2ac1d27186e2bb082d8d6645ab307b2128e3335d2ad182d600f647d"
conflicts_with "auditbeat"
conflicts_with "auditbeat-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/elasticsearch-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class ElasticsearchFull < Formula
desc "Distributed search & analytics engine"
homepage "https://www.elastic.co/products/elasticsearch"
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "da5d346d4b4114ee6c141b8d603a295b1b3e2e9dce56cf1e3701ad4bf0be0716"
url "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "604bfaf7f379a708ad5b7f0a53cfdc595cfc45e5be5fa25f858811036ba19bec"
conflicts_with "elasticsearch"

def cluster_name
Expand Down
6 changes: 3 additions & 3 deletions Formula/filebeat-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class FilebeatFull < Formula
desc "File harvester to ship log files to Elasticsearch or Logstash"
homepage "https://www.elastic.co/products/beats/filebeat"
url "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "114b5ec9f82fc34a3d14b7bc2e66e0265c3022a4cb9842d928162c8d06f8e52a"
url "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "7ac92cecdff369d43ac19e55ea2b4075b7dbe56ec49570ceedcb16ff126cbe8b"
conflicts_with "filebeat"
conflicts_with "filebeat-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/filebeat-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class FilebeatOss < Formula
desc "File harvester to ship log files to Elasticsearch or Logstash"
homepage "https://www.elastic.co/products/beats/filebeat"
url "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "ef8836951010478e18c763cd6ec336b76594274c2607426ae031523003b56871"
url "https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "9f8a2dd98eb1b465a7e80ca16a40a845710d6d16132caf8636a2ab47362cb410"
conflicts_with "filebeat"
conflicts_with "filebeat-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/heartbeat-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class HeartbeatFull < Formula
desc "Lightweight Shipper for Uptime Monitoring"
homepage "https://www.elastic.co/products/beats/heartbeat"
url "https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "966ae54ce6bca6ba4dd4cc49b9434e8fb54472880606a727d8fdbb29a4129a7d"
url "https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "6c267d9b32113f5b76c0e7680908b002d765f0afab85736ca9d1f32b252d0b44"
conflicts_with "heartbeat"
conflicts_with "heartbeat-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/heartbeat-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class HeartbeatOss < Formula
desc "Lightweight Shipper for Uptime Monitoring"
homepage "https://www.elastic.co/products/beats/heartbeat"
url "https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "5748656bde29d5cc6d686ab0883b735e40f89f4138aef8eff5d4115b427457e4"
url "https://artifacts.elastic.co/downloads/beats/heartbeat/heartbeat-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "6992b823e3dd22415b2ff29f5bf8ac767a2b916bfb4f444c290b61b65d7db512"
conflicts_with "heartbeat"
conflicts_with "heartbeat-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/kibana-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class KibanaFull < Formula
desc "Analytics and search dashboard for Elasticsearch"
homepage "https://www.elastic.co/products/kibana"
url "https://artifacts.elastic.co/downloads/kibana/kibana-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "856895f8b8be8bbb2d8ccbee24bb37a43519bf62d57e9e4d0f98b1fcb11a8808"
url "https://artifacts.elastic.co/downloads/kibana/kibana-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "e809e8b3cb6ed242fe63d41da1861f8c29f04f4c83b19cd5f20856b761e6ef56"
conflicts_with "kibana"

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/logstash-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class LogstashFull < Formula
desc "Tool for managing events and logs"
homepage "https://www.elastic.co/products/logstash"
url "https://artifacts.elastic.co/downloads/logstash/logstash-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "c8a4bdb0b6151aa96af634952836c92b0522b3384288d9b231ed0d4800f51242"
url "https://artifacts.elastic.co/downloads/logstash/logstash-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "4c04a3b4871a72c3234fae13a6e94b8c3c60956b9dea7fd1162149cd89032fc6"
conflicts_with "logstash"
conflicts_with "logstash-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/logstash-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class LogstashOss < Formula
desc "Tool for managing events and logs"
homepage "https://www.elastic.co/products/logstash"
url "https://artifacts.elastic.co/downloads/logstash/logstash-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "56630d1c97deef6848b442798d6832cdc3afa20aac4f0b6c4c1d300a184efc83"
url "https://artifacts.elastic.co/downloads/logstash/logstash-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "c86325f5ebccfc4fb394be7f95a15acfd3ff7e1066da80020a840ae1be659575"
conflicts_with "logstash"
conflicts_with "logstash-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/metricbeat-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class MetricbeatFull < Formula
desc "Collect metrics from your systems and services"
homepage "https://www.elastic.co/products/beats/metricbeat"
url "https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "fbceb8650c8af8084f1d4f3c5c20bee9a39cac6a017a1550a049e037fd6baf2a"
url "https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "7e06f908f0cd751a70c2e868fe12c0baecaac10c223e39fafd1f322f6789e2cc"
conflicts_with "metricbeat"
conflicts_with "metricbeat-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/metricbeat-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class MetricbeatOss < Formula
desc "Collect metrics from your systems and services"
homepage "https://www.elastic.co/products/beats/metricbeat"
url "https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "d754b83cf1d9aedff741a94c3e1df41d5f812296aa8c03e35844aad31d6c6299"
url "https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "67f366fa9edc6eca7492a25371050265a8b53180afdb64b45cf7b34c5603d087"
conflicts_with "metricbeat"
conflicts_with "metricbeat-full"

Expand Down
6 changes: 3 additions & 3 deletions Formula/packetbeat-full.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class PacketbeatFull < Formula
desc "Lightweight Shipper for Network Data"
homepage "https://www.elastic.co/products/beats/packetbeat"
url "https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "d65c7ceb57430bd82770995966d4b573f614f535fe35848c6e0d4a3848cf1c4a"
url "https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "1c7d2b3ddeb8513ecc9489e68f8d3b41c214c772f461082b9f67047ac4d77d7f"
conflicts_with "packetbeat"
conflicts_with "packetbeat-oss"

Expand Down
6 changes: 3 additions & 3 deletions Formula/packetbeat-oss.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class PacketbeatOss < Formula
desc "Lightweight Shipper for Network Data"
homepage "https://www.elastic.co/products/beats/packetbeat"
url "https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-oss-7.16.1-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.1"
sha256 "401dde607e23f0195f54e264662178f16f667b5f57d7a0307c3828db00fe7296"
url "https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-oss-7.16.2-darwin-x86_64.tar.gz?tap=elastic/homebrew-tap"
version "7.16.2"
sha256 "009a46794f8f7ba524cb9ef6aa87d6e1bc0a4614afb059f66ff2ae63e93b7919"
conflicts_with "packetbeat"
conflicts_with "packetbeat-full"

Expand Down

0 comments on commit bc8e942

Please sign in to comment.