Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

26,549

Downloads of v 8.11.1:

78

Last Update:

14 Nov 2023

Package Maintainer(s):

Software Author(s):

  • Elastic

Tags:

logstash logging elastic admin

Logstash

  • 1
  • 2
  • 3

8.11.1 | Updated: 14 Nov 2023

Downloads:

26,549

Downloads of v 8.11.1:

78

Software Author(s):

  • Elastic

Logstash 8.11.1

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Temporarily exempted from package-verifier due to this issue: https://github.com/chocolatey/home/issues/11

Details

Scan Testing Exemption for this package version only:

Package contains file(s) too big to be uploaded to VirusTotal!

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Logstash, run the following command from the command line or from PowerShell:

>

To upgrade Logstash, run the following command from the command line or from PowerShell:

>

To uninstall Logstash, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade logstash -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade logstash -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install logstash
  win_chocolatey:
    name: logstash
    version: '8.11.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'logstash' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '8.11.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller logstash
{
    Name     = "logstash"
    Version  = "8.11.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'logstash':
  ensure   => '8.11.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved as a trusted package on 14 Nov 2023.

Description

Logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching).

This package is updated automatically to use new url when a new version comes out.


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$PackageName = 'logstash'
$url32       = 'https://artifacts.elastic.co/downloads/logstash/logstash-8.11.1-windows-x86_64.zip'
$checksum32  = 'B3562D573DF57ACE07E6D9AE06B33923510D1C8E1346C3C6D356FB403ADCF4EF'

$packageArgs = @{
  packageName    = $packageName
  url            = $url32
  checksum       = $checksum32
  checksumType   = 'sha256'
  unzipLocation  = Split-Path $MyInvocation.MyCommand.Definition
}
Install-ChocolateyZipPackage @packageArgs

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Logstash 8.11.0 41 Wednesday, November 8, 2023 Approved
Logstash 8.10.4 96 Wednesday, October 18, 2023 Approved
Logstash 8.10.3 62 Wednesday, October 11, 2023 Approved
Logstash 8.10.2 89 Friday, September 22, 2023 Approved
Logstash 8.10.1 29 Tuesday, September 19, 2023 Approved
Logstash 8.9.2 64 Thursday, September 7, 2023 Approved
Logstash 8.9.1 75 Friday, August 18, 2023 Approved
Logstash 8.9.0 104 Wednesday, July 26, 2023 Approved
Logstash 8.8.2 82 Friday, June 30, 2023 Approved
Logstash 8.8.1 96 Friday, June 9, 2023 Approved
Logstash 8.8.0 71 Friday, May 26, 2023 Approved
Logstash 8.7.1 91 Wednesday, May 3, 2023 Approved
Logstash 8.7.0 122 Friday, March 31, 2023 Approved
Logstash 8.6.2 120 Friday, February 17, 2023 Approved
Logstash 8.6.1 75 Friday, January 27, 2023 Approved
Logstash 8.6.0 70 Wednesday, January 11, 2023 Approved
Logstash 8.5.3 93 Friday, December 9, 2022 Approved
Logstash 8.5.1 83 Wednesday, November 16, 2022 Approved
Logstash 8.5.0 58 Wednesday, November 2, 2022 Approved
Logstash 8.4.2 143 Wednesday, September 21, 2022 Approved
Logstash 8.4.1 83 Wednesday, August 31, 2022 Exempted
Logstash 8.3.3 110 Friday, July 29, 2022 Exempted
Logstash 8.2.3 167 Wednesday, June 15, 2022 Exempted
Logstash 8.2.2 54 Friday, May 27, 2022 Exempted
Logstash 8.2.1 44 Wednesday, May 25, 2022 Exempted
Logstash 8.2.0 109 Wednesday, May 4, 2022 Exempted
Logstash 8.1.3 78 Thursday, April 21, 2022 Exempted
Logstash 8.1.2 90 Friday, April 1, 2022 Exempted
Logstash 8.1.1 78 Wednesday, March 23, 2022 Exempted
Logstash 8.1.0 57 Wednesday, March 9, 2022 Exempted
Logstash 8.0.1 107 Wednesday, March 2, 2022 Approved
Logstash 8.0.0 117 Friday, February 11, 2022 Exempted
Logstash 8.0.0-rc2 58 Friday, February 4, 2022 Exempted
Logstash 8.0.0-rc1 65 Thursday, January 13, 2022 Exempted
Logstash 8.0.0-beta1 71 Wednesday, November 10, 2021 Exempted
Logstash 8.0.0-alpha2 75 Friday, September 17, 2021 Exempted
Logstash 8.0.0-alpha1 82 Wednesday, August 11, 2021 Exempted
Logstash 7.17.7 44 Wednesday, October 26, 2022 Approved
Logstash 7.17.1 690 Tuesday, March 1, 2022 Exempted
Logstash 7.16.3 172 Friday, January 14, 2022 Exempted
Logstash 7.16.2 739 Monday, December 20, 2021 Exempted
Logstash 7.16.1 136 Tuesday, December 14, 2021 Exempted
Logstash 7.16.0 102 Wednesday, December 8, 2021 Exempted
Logstash 7.15.2 123 Thursday, November 11, 2021 Exempted
Logstash 7.15.1 161 Friday, October 15, 2021 Exempted
Logstash 7.15.0 128 Thursday, September 23, 2021 Exempted
Logstash 7.14.2 80 Wednesday, September 22, 2021 Exempted
Logstash 7.14.1 115 Thursday, September 2, 2021 Exempted
Logstash 7.14.0 133 Wednesday, August 4, 2021 Exempted
Logstash 7.13.4 87 Wednesday, July 21, 2021 Exempted
Logstash 7.13.3 96 Thursday, July 8, 2021 Exempted
Logstash 7.13.2 77 Tuesday, June 15, 2021 Exempted
Logstash 7.13.1 171 Thursday, June 3, 2021 Exempted
Logstash 7.13.0 66 Wednesday, May 26, 2021 Exempted
Logstash 7.12.1 167 Wednesday, April 28, 2021 Exempted
Logstash 7.11.2 186 Thursday, March 11, 2021 Approved
Logstash 7.11.1 94 Wednesday, March 3, 2021 Approved
Logstash 7.9.3 505 Friday, October 23, 2020 Approved
Logstash 7.9.1 317 Friday, September 4, 2020 Approved
Logstash 7.9.0 233 Wednesday, August 19, 2020 Approved
Logstash 7.8.1 183 Tuesday, July 28, 2020 Approved
Logstash 7.8.0 1230 Friday, June 19, 2020 Approved
Logstash 7.7.1 159 Thursday, June 4, 2020 Approved
Logstash 7.7.0 356 Thursday, May 14, 2020 Approved
Logstash 7.6.2 340 Wednesday, April 1, 2020 Approved
Logstash 7.6.1 305 Thursday, March 5, 2020 Approved
Logstash 7.6.0 326 Wednesday, February 12, 2020 Approved
Logstash 7.5.2 241 Wednesday, January 22, 2020 Approved
Logstash 7.5.1 236 Thursday, December 19, 2019 Approved
Logstash 7.5.0 225 Tuesday, December 3, 2019 Approved
Logstash 7.4.2 626 Monday, November 25, 2019 Approved
Logstash 6.2.4 2435 Tuesday, May 1, 2018 Approved
Logstash 5.2.1 1557 Tuesday, February 14, 2017 Approved
Logstash 5.2.0 491 Tuesday, February 14, 2017 Approved
Logstash 5.1.2 436 Tuesday, February 14, 2017 Approved
Logstash 2.3.4 1066 Thursday, August 18, 2016 Approved
logstash 1.4.2.12291406 2217 Monday, December 29, 2014 Approved
logstash 1.4.2.09161814 725 Wednesday, September 17, 2014 Approved
logstash 1.4.1.2014061249 716 Friday, June 13, 2014 Approved
logstash 1.3.3.2014021403 694 Friday, February 14, 2014 Approved
logstash 1.2.1.2013101701 508 Thursday, October 17, 2013 Approved
logstash 1.2.1.2013100803 477 Tuesday, October 8, 2013 Approved
logstash 1.2.1.2013100705 438 Tuesday, October 8, 2013 Approved

Discussion for the Logstash Package

Ground Rules:

  • This discussion is only about Logstash and the Logstash package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Logstash, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus