Skip to content

Commit

Permalink
AU: 3 updated - auditbeat filebeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 20, 2019
1 parent c0cf348 commit f29bf44
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 19 deletions.
7 changes: 2 additions & 5 deletions 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>6.6.0</version>
<version>6.6.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>auditbeat</title>
Expand All @@ -16,10 +16,7 @@
<docsUrl>https://www.elastic.co/guide/en/beats/auditbeat/6.6/index.html</docsUrl>
<tags>auditbeat beat elastic admin</tags>
<summary>auditbeat is a lightweight, open source shipper for log file data.</summary>
<description><![CDATA[# Lightweight Shipper for Audit Data
Collect your Linux audit framework data and monitor the integrity of your files. Auditbeat ships these events in real time to the rest of the Elastic Stack for further analysis.
<description><![CDATA[Contains the chocolatey package for auditbeat
]]></description>
</metadata>
<files>
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-6.6.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-6.6.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-6.6.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-6.6.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '525b5f59819a867e1bea3442c92a9739fa91cca8b91cbc2a1d876358174ab4c9958a50bce281882f75f485e9b141a0fa6bc7f603237a63a5dae6f473a9b6b12b'
checksum = '6da67c743bcce069ad97d1fdaf42a7a89fb7ad3f40265a2ddba23588052558069e0962ae6ae064e650c9bade94a0c0c2b1783d1d17414fb8a756c082335c7ac9'
checksumType = 'sha512'
checksum64 = 'd176b1fafb930ff089a64f625c7c707a1d65a0d7102f39a5d6ff73b8c110aee5532adf6b823483e558a3ce012204b164287a35e314b0d8d52e3490b293f16ad0'
checksum64 = '01c5d17caff95fd35bd65e5d539e04305cc3197fda8697411d7703d599f8463768c21a1f5fcb69d3032c2903724068524aa2d3b59be775eb1360997d461e8595'
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>6.6.0</version>
<version>6.6.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-6.6.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.6.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.6.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.6.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'f99ca1d88ac76f2d283d9a03886b396fd825f34935ecb924c55c34d6440883e67c77b49b8139150794ded5b5fe5eb60a3e87a06d1ff438a681197a1c29aa467a'
checksum = 'b0995cc312b9c784127bd1912c8c90235e4e16dc23608575a71f5aa2de447b19353e9abf7087241bad69b7d45383f2d767f9ae47f9dfdabd598675fe96178f74'
checksumType = 'sha512'
checksum64 = '6107fa476c81b46a40938fdd7560c4de8be28fa33b9346bf3e91dd9dbdbaf0bf740e45903f9d866eab4525bdd48d5d1876cf3be0e19b55d7aab08b0dd5753f87'
checksum64 = 'c9958763b7a6d8ea9a63a534664ac707258c4029988c0402614d87829a5414b1c9a590e5c7332cd71c66d19289b86e0bdde6966ae1821fae72d724ca5e078d01'
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-6.6.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.6.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.6.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.6.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '589d745b57f1f8d07280e9a4aed26ddccdd55f6512895a6883056a1b2e03ef78b1661888924ac0e30fdb51d001872a71976be712f3791c0a0ea3d6baee565994'
checksum = '73dce32d01ded8082ab61ced004bfc899b1597ca560e388341fe0a44d239a3abd50e29a3b09e8357fabf0300d09d23b33783898577b8986d9faab9913f3d47f7'
checksumType = 'sha512'
checksum64 = 'b780c6d3eb39f559d4421c7f044dbc081ff7a57c4d93f5d4922a4a051ce08c2a7ac68846af517a548c9a06d8a76c1099c6e4afeab795eafff39872c2ce5ddab4'
checksum64 = 'ed359c429cbac9d058fb8a6ac543fa566f1dbee7fd075b3111bc02115e81fcd143529de5ab36a0bf6e4dafbdd47e91a2cd12745f1485d5ec21e2d610af05e535'
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>6.6.0</version>
<version>6.6.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 f29bf44

Please sign in to comment.