Skip to content

Commit

Permalink
AU: 4 updated - filebeat metricbeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 14, 2018
1 parent 43f4cc5 commit 70302c4
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions 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>6.2.4</version>
<version>6.3.0</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat</packageSourceUrl>
<owners>palethorper</owners>
<title>filebeat</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/f264aca5/automatic/filebeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.2/filebeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/filebeat/6.2/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.3/filebeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/filebeat/6.3/index.html</docsUrl>
<tags>filebeat beat elastic admin</tags>
<summary>Filebeat is a lightweight, open source shipper for log file data.</summary>
<description><![CDATA[Contains the chocolatey package for filebeat
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-6.2.4-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.4-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'e589008db1e109d946b6d08513842228e66b28d5a015c061c0a3f6e6cfaaca728981444ff8b74a136924518e51e87437d399bb642f2c6b51d56b401f3dcc6cb0'
checksum = '178bf277d32c92a083e0141fe1ab7d5b41808d39289e05c057ff973ddc2f00c2258238fe96bc18be7bf5359466dcb308ea51c2d07291ed4debd34f7f9803d83d'
checksumType = 'sha512'
checksum64 = 'a96f8cb94d79fb80f052ae8a940de1dc0ed4664c4b10b5e80bfcc1aabfc0d6594163e354df9773e5e86c77d26e8096081dbb68a93ed0d6dca718a2b31821b1db'
checksum64 = '3f71df90f368820e34393c2c0e24e0f0e7ff6782de9e6e39be2669ed6506f63ff9075fdd43e56af2abf8432ffa4341461475c6ce4c9c0e26fcda7338f531e3c7'
checksumType64= 'sha512'
}

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>6.2.3</version>
<version>6.3.0</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/6.2/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/6.2/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.3/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/6.3/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-6.2.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.2.3-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '6f5464642c243ae57d61a51fe22cba445d17932b6f64030c2db79f622d1469e393e6ce2e099725542327e808b2b869e3401f0f6d86e0f13f6bbeb735797e1093'
checksum = '0c8805695435b955f471209b6323aee18ffba71fd686bd1bc12548dd607b9cdfda6557f0d342fdab62e22d344c630aeaf904b3215266cfa1477b5b8500c3603a'
checksumType = 'sha512'
checksum64 = '87fdd478f2d18886c1afdff4c0a6c3715d659ee544c7664e42d188763f97d0f0a8bcdf87f3916eccbd9b69d5e8e176a31046388bc9162efa6106bd15e62ed2f7'
checksum64 = '2bc3c83c53e05a640f5a064c571cf2b145ef6d83c858151da050c4fbaa7fad89364dd3c4a793cabd3f4d5023bf9a5a51e4cfeb573e360edbe2c144a0b875d6b7'
checksumType64= 'sha512'
}

Expand Down
6 changes: 3 additions & 3 deletions automatic/packetbeat/packetbeat.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>packetbeat</id>
<version>6.2.4</version>
<version>6.3.0</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/packetbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>packetbeat</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/624898d9/automatic/packetbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.2/packetbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/packetbeat/6.2/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.3/packetbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/packetbeat/6.3/index.html</docsUrl>
<tags>packetbeat beat elastic admin</tags>
<summary>Packetbeat is an open source shipper for real-time network packet analyzer</summary>
<description><![CDATA[Contains the chocolatey package for packetbeat
Expand Down
8 changes: 4 additions & 4 deletions automatic/packetbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'packetbeat'

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

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '93f58f1e3c3e682855ffa3ecfb556d001ac091c6802f05c889f02a1b5c34f555203744ae52f7217a652283935791bfd6b9f39ba5d824ea96a465d39d6d9b0f77'
checksum = 'efe82bf60544a550ed8685a5f5ccdb8b2e485d8007b3268dbf5d9285ef460bb25c30ce7009ab3f95995ddad59df45de8341f876c7d22dc9569fc126eaa51811a'
checksumType = 'sha512'
checksum64 = '1e6bd3c0f6ee244a97b29f2e221b0211771cd1163c9c7d87fbe8c137656239bba1c14af10406cab4d36e01b38d37ac5650cedc6880afb1c5320fc9a622249955'
checksum64 = 'b68a6ca900c8c0e59ae9a1ed7fe51c8ae99af473358a3c262bad73b88d7ca63d59e4a6681c7759f5a36154afaeb9109cf6587112f135914cc22bf82d915d71af'
checksumType64= 'sha512'
}

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-6.2.4-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.2.4-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '6f356a1651ab7203f90088142c2535056959294cab56a6c52586761fa35c26f37891622a60d127be749fd03e5ad1cdd03bce21000fd0f22f1ed2bfca815ea99d'
checksum = 'e0186af212b31ebbd25d44f0c60e43af58704f22a81c46aa67242f46ea407dd7ef8e6194a948c440dbc3a1243cd564f570a51737c41894761502b035c1d9e724'
checksumType = 'sha512'
checksum64 = 'ed19c03868cad2975639772405003d3ad2fa217b72161ffac56c65ca16cd2f91aa0f474b5928318255c9b1204d67611052e379dafe9faab2de85c8f4c15de2bd'
checksum64 = '530890530eb7fcc34b08b666bf42ab6d6c27aa7a1173c550a7b6b7de0034a8d8db593a8db2ae80e8c72becfcd6406f78f7f6d2adba217a99cb3774e712795dae'
checksumType64= 'sha512'
}

Expand Down
6 changes: 3 additions & 3 deletions 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>6.2.4</version>
<version>6.3.0</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>winlogbeat</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/624898d9/automatic/winlogbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.2/winlogbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/winlogbeat/6.2/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.3/winlogbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/winlogbeat/6.3/index.html</docsUrl>
<tags>winlogbeat beat elastic admin</tags>
<summary>Winlogbeat is a lightweight, open source shipper for real-time network packet analyzer</summary>
<description><![CDATA[Contains the chocolatey package for winlogbeat
Expand Down

0 comments on commit 70302c4

Please sign in to comment.