diff --git a/automatic/auditbeat/auditbeat.nuspec b/automatic/auditbeat/auditbeat.nuspec index 91b08c28c..23cec5821 100644 --- a/automatic/auditbeat/auditbeat.nuspec +++ b/automatic/auditbeat/auditbeat.nuspec @@ -2,7 +2,7 @@ auditbeat - 7.4.0 + 7.4.1 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat palethorper auditbeat diff --git a/automatic/auditbeat/tools/chocolateyinstall.ps1 b/automatic/auditbeat/tools/chocolateyinstall.ps1 index 4188f668f..c1fb0b20d 100644 --- a/automatic/auditbeat/tools/chocolateyinstall.ps1 +++ b/automatic/auditbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'auditbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.4.0-windows-x86.zip' -$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.4.0-windows-x86_64.zip' +$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.4.1-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.4.1-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '66ccbc4eb732599d82b605b945e2f3c7a3cdf9724b308fd0b30c8d4625b32276d25fe1c4161424dd31049b25b8d2222a8e44647f7da340d81604d775e0d99c1d' + checksum = '095deaecb58e69caa283ce61f738aa071914ebf01b7671920e65dc0244c196dc8276c7246e38757e0d2f4a67d07822d2fad75aa0e995804f43ccf1ac08444ae9' checksumType = 'sha512' - checksum64 = '778fa63e1e4d5572c042c288898b25fecdd267287d5957f6fc29e2a21741fafe180ce38ac3f3b21f4283982368909ba7d4c815d7018a7931a4296c9680018ffa' + checksum64 = '4ef41f10263202b6a1e6582728cc9ad85c0b34208f8f97d43bcc1fc05b15b7a5b656abe512ff6e447636a96ae331bd51d721500891ac86cc557d6581d72f9a09' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/filebeat/filebeat.nuspec b/automatic/filebeat/filebeat.nuspec index 52533bdd1..28651a052 100644 --- a/automatic/filebeat/filebeat.nuspec +++ b/automatic/filebeat/filebeat.nuspec @@ -2,7 +2,7 @@ filebeat - 7.4.0 + 7.4.1 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat palethorper filebeat diff --git a/automatic/filebeat/tools/chocolateyinstall.ps1 b/automatic/filebeat/tools/chocolateyinstall.ps1 index 86b42205b..48f92970a 100644 --- a/automatic/filebeat/tools/chocolateyinstall.ps1 +++ b/automatic/filebeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'filebeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.4.0-windows-x86.zip' -$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.4.0-windows-x86_64.zip' +$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.4.1-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.4.1-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = 'dc9ef487909bb60e675d4766f9b71c1773b2569eae0fe4c5872670e74797cae5003e8fa05de3a61ff238fba986880661656b30cd9e2bc45ef3c443ec2e4f8434' + checksum = 'e26d3018e2241583df4ce44f859b538ac607a2c9b1127aac6ddb2f692852974846f3f3460aaff928c7d44cda0da73c5a752ae5e15e59e6e943246f1ce7ef9e61' checksumType = 'sha512' - checksum64 = '617eaf9cf9a8e1897988e31e3f5b8c892969eeaee8d58ed96f1aeb53d2bc9a1ba23e6e54c720a02649923cd8d87041870f9adfbe414fe3193651062fa3363303' + checksum64 = '07df772563f8871695653da13cc1b5727ee7a5410d17e774a57b515d3c80e4e135350434af4f41ffb5c2c174360f707f701dcdd08ee0c062e0292b4ec0977efb' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/metricbeat/metricbeat.nuspec b/automatic/metricbeat/metricbeat.nuspec index 2145934df..49a495830 100644 --- a/automatic/metricbeat/metricbeat.nuspec +++ b/automatic/metricbeat/metricbeat.nuspec @@ -2,7 +2,7 @@ metricbeat - 7.3.2 + 7.4.1 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/metricbeat palethorper metricbeat @@ -13,8 +13,8 @@ https://cdn.rawgit.com/palethorper/chocolatey-packages/53430a5c/automatic/metricbeat/LICENSE false - https://github.com/elastic/beats/tree/7.3/metricbeat - https://www.elastic.co/guide/en/beats/metricbeat/7.3/index.html + https://github.com/elastic/beats/tree/7.4/metricbeat + https://www.elastic.co/guide/en/beats/metricbeat/7.4/index.html metricbeat beat elastic admin Metricbeat helps you monitor your servers and the services they host by collecting metrics from the operating system and services. winlogbeat - 7.4.0 + 7.4.1 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat palethorper winlogbeat