Skip to content

Commit

Permalink
AU: 4 updated - auditbeat filebeat metricbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 24, 2019
1 parent 8eadaff commit 7953aaf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/auditbeat/auditbeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>auditbeat</id>
<version>7.4.0</version>
<version>7.4.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>auditbeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/auditbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/filebeat/filebeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>filebeat</id>
<version>7.4.0</version>
<version>7.4.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat</packageSourceUrl>
<owners>palethorper</owners>
<title>filebeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filebeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
}
Expand Down
6 changes: 3 additions & 3 deletions automatic/metricbeat/metricbeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>metricbeat</id>
<version>7.3.2</version>
<version>7.4.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/metricbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>metricbeat</title>
Expand All @@ -13,8 +13,8 @@
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://cdn.rawgit.com/palethorper/chocolatey-packages/53430a5c/automatic/metricbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/7.3/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/7.3/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/7.4/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/7.4/index.html</docsUrl>
<tags>metricbeat beat elastic admin</tags>
<summary>Metricbeat helps you monitor your servers and the services they host by collecting metrics from the operating system and services.</summary>
<description><![CDATA[Contains the chocolatey package for metricbeat
Expand Down
8 changes: 4 additions & 4 deletions automatic/metricbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'metricbeat'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.3.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.3.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.4.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.4.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '31814f60d8bd551d8702d36f54ecd112addb66668196c45b40a07a4e48f86fc0b06c0fc42533a491059bbbb1048d442d4b989a0f9f32b5a93ff61e3c94257aed'
checksum = '26b705b0f8fa222e8af11389a8654ca1dc9dfc7bca5a891764d89dd94da83ff3e032e891170309c37ba429541d32f30ff5b53174d4c8a1875051b4a3ef1ccae1'
checksumType = 'sha512'
checksum64 = 'efb7bd7a7de01acfa5640ef9675b287868d265291c9cf720fe8d716eabac7f5377ab3860e660edc5ba6d99cceb5ace7640edc17293882a8dd8032342244bc60c'
checksum64 = '89e8049feafa401c5229725a5f43447925c40825cb9d1d0e88a5649bff3bbe8b0fef902148b190461933e2198c62bec5c958aba64c22072cf002f4c6e52a6cfb'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
8 changes: 4 additions & 4 deletions automatic/winlogbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'winlogbeat'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.4.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.4.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.4.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.4.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '2005784f3afbe1c06893575ec0f4e1cafcfba290a11c7ea66f243195175af60692e275a92aea6a6d163398d2a884627dc779a0d4770cc426dd15df95b72350b7'
checksum = 'ad215aaeb610883aab4d697b12785a504166cb4b434b602b312c5fec84ae7b1bf5774850d7e342167731f160f509e21f82cc1c1268528fca533c83bdd238d300'
checksumType = 'sha512'
checksum64 = '40715f46a1d300694b60fb896bcd9a6adb9d95f2a60ef3cb2eba279f03cb7e3d53201341602a5293737482c25d8cb5c540ef19d972b4e13b64dd7aba3bebebc3'
checksum64 = '2b9e2fa7f2976f9ddd83ddf45f0f9705ed9851d3a1bca0143932ec9a330df920f3c02958521c694b2bc807248ff2d626d4be779644b084d1e5b8886a2826b482'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/winlogbeat/winlogbeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>winlogbeat</id>
<version>7.4.0</version>
<version>7.4.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>winlogbeat</title>
Expand Down

0 comments on commit 7953aaf

Please sign in to comment.