Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

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

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
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

Downloads:

129,279

Downloads of v 8.19.0:

3

Last Update:

29 Jul 2025

Published Date:

29 Jul 2025

Package Maintainer(s):

Software Author(s):

  • Elasticsearch

Tags:

Elasticsearch

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

8.19.0 | Updated: 29 Jul 2025

Downloads:

129,279

Downloads of v 8.19.0:

3

Published:

29 Jul 2025

Maintainer(s):

Software Author(s):

  • Elasticsearch

Elasticsearch 8.19.0

(Waiting for Maintainer to take corrective action)

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Elasticsearch. The inclusion of Elasticsearch trademark(s), if any, upon this webpage is solely to identify Elasticsearch goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Failed

Details

Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

mkevenaar (maintainer) on 29 Jul 2025 14:17:57 +00:00:

User 'mkevenaar' (maintainer) submitted package.

chocolatey-ops (reviewer) on 29 Jul 2025 14:52:52 +00:00:

elasticsearch has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.

Guidelines

Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.

  • This packages has used a function that doesn't have an automatic undo on uninstall, so it will also need an uninstall script. Please correcting that by adding a chocolateyUninstall.ps1 to the package to undo the action. More...

chocolatey-ops (reviewer) on 29 Jul 2025 15:55:57 +00:00:

elasticsearch has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/9ed1bf124a084924b5d4f82fc1c3dc7e for details.
The package status will be changed and will be waiting on your next actions.

  • NEW! We have a test environment for you to replicate the testing we do. This can be used at any time to test packages! See https://github.com/chocolatey-community/chocolatey-test-environment
  • Please log in and leave a review comment if you have questions and/or comments.
  • If you see the verifier needs to rerun testing against the package without resubmitting (a issue in the test results), you can do that on the package page in the review section.
  • If the verifier is incompatible with the package, please log in and leave a review comment if the package needs to bypass testing (e.g. package installs specific drivers).
  • Automated testing can also fail when a package is not completely silent or has pop ups (AutoHotKey can assist - a great example is the VeraCrypt package).
  • A package that cannot be made completely unattended should have the notSilent tag. Note that this must be approved by moderators.
Description

The heart of the free and open Elastic Stack

Elasticsearch is a distributed, RESTful search and analytics engine capable of addressing a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data for lightning fast search, fine‑tuned relevancy, and powerful analytics that scale with ease.

Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know here that the package is no longer updating correctly.


tools\chocolateyBeforeModify.ps1
elasticsearch-service.bat stop
elasticsearch-service.bat remove

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version      = "8.19.0"
$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop';

$toolsDir     = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url          = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.19.0-windows-x86_64.zip'
$checksum     = '3d69c9f0e7fc9138afdc6e0a07bfe145adca0ab3b51a8e3c40c7ba4665edafb5'
$checksumType = 'sha256'
$version      = "8.19.0"

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  unzipLocation  = $toolsDir
  url           = $url
  checksum      = $checksum
  checksumType  = $checksumType
}

Install-ChocolateyZipPackage  @packageArgs

$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"

Install-ChocolateyPath $binPath 'Machine'

$ErrorActionPreference = "SilentlyContinue";
elasticsearch-service.bat install
tools\Uninstall-ChocolateyPath.psm1
function Uninstall-ChocolateyPath {
param(
  [string] $pathToUninstall,
  [System.EnvironmentVariableTarget] $pathType = [System.EnvironmentVariableTarget]::User
)
  Write-Debug "Running 'Uninstall-ChocolateyPath' with pathToUninstall:`'$pathToUninstall`'";

  #get the PATH variable
  $envPath = $env:PATH
  #$envPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
  if (!$envPath.ToLower().Contains($pathToUninstall.ToLower())) {
    Write-Host "PATH environment variable does not have $pathToUninstall in it."
    return
  }

  Write-Host "PATH environment variable has $pathToUninstall in it. Removing..."
  $actualPath = [Environment]::GetEnvironmentVariable('Path', $pathType)

  # escape regex metachars, match possible backslash and item separator at eol
  $pathToUninstallRegex = ($pathToUninstall -replace '([\\().])', '\$1') + '\\?(;|$)'

  # remove pathToUninstall from actualPath
  $actualPath = $actualPath -replace "$pathToUninstallRegex", ''

  if ($pathType -eq [System.EnvironmentVariableTarget]::Machine) {
    $psArgs = "[Environment]::SetEnvironmentVariable('Path',`'$actualPath`', `'$pathType`')"
    Start-ChocolateyProcessAsAdmin "$psArgs"
  } else {
    [Environment]::SetEnvironmentVariable('Path', $actualPath, $pathType)
  }

  # remove from path of current powershell session
  $envPSPath = $env:PATH
  $env:Path = $envPSPath -replace "$pathToUninstallRegex", ''
}

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Elasticsearch 9.0.4 70 Tuesday, July 22, 2025 Approved
Elasticsearch 9.0.3 47 Tuesday, June 24, 2025 Approved
Elasticsearch 9.0.0-rc1 66 Monday, March 24, 2025 Exempted
Elasticsearch 9.0.0-beta1 35 Tuesday, February 18, 2025 Approved
Elasticsearch 8.19.0 3 Tuesday, July 29, 2025
Waiting for Maintainer
Elasticsearch 8.18.4 19 Tuesday, July 22, 2025 Approved
Elasticsearch 8.18.2 272 Thursday, May 29, 2025 Approved
Elasticsearch 8.17.9 13 Tuesday, July 22, 2025 Approved
Elasticsearch 8.17.4 242 Tuesday, March 25, 2025 Approved
Elasticsearch 8.17.3 128 Tuesday, March 4, 2025 Approved
Elasticsearch 8.17.2 132 Tuesday, February 11, 2025 Approved
Elasticsearch 8.17.1 113 Tuesday, January 21, 2025 Approved
Elasticsearch 8.17.0 215 Thursday, December 12, 2024 Approved
Elasticsearch 8.16.6 31 Tuesday, March 25, 2025 Approved
Elasticsearch 8.16.4 27 Tuesday, February 11, 2025 Approved
Elasticsearch 8.16.3 19 Tuesday, January 21, 2025 Approved
Elasticsearch 8.16.2 30 Tuesday, December 17, 2024 Approved
Elasticsearch 8.16.1 148 Friday, November 22, 2024 Approved
Elasticsearch 8.16.0 82 Tuesday, November 12, 2024 Approved
Elasticsearch 8.15.5 47 Tuesday, November 26, 2024 Approved
Elasticsearch 8.15.4 38 Tuesday, November 12, 2024 Approved
Elasticsearch 8.15.3 138 Thursday, October 17, 2024 Approved
Elasticsearch 8.15.2 145 Thursday, September 26, 2024 Approved
Elasticsearch 8.15.1 154 Thursday, September 5, 2024 Approved
Elasticsearch 8.15.0 146 Thursday, August 8, 2024 Approved
Elasticsearch 8.14.3 165 Thursday, July 11, 2024 Approved
Elasticsearch 8.14.2 86 Thursday, July 4, 2024 Approved
Elasticsearch 8.14.1 160 Wednesday, June 12, 2024 Approved
Elasticsearch 8.14.0 98 Wednesday, June 5, 2024 Approved
Elasticsearch 8.13.4 161 Tuesday, May 14, 2024 Approved
Elasticsearch 8.13.3 106 Friday, May 3, 2024 Approved
Elasticsearch 8.13.2 177 Monday, April 8, 2024 Approved
Elasticsearch 8.13.1 71 Tuesday, April 2, 2024 Approved
Elasticsearch 8.13.0 106 Tuesday, March 26, 2024 Approved
Elasticsearch 8.12.2 168 Thursday, February 29, 2024 Approved
Elasticsearch 8.12.1 128 Tuesday, February 6, 2024 Approved
Elasticsearch 8.12.0 142 Wednesday, January 17, 2024 Approved
Elasticsearch 8.11.4 159 Thursday, January 11, 2024 Approved
Elasticsearch 8.11.3 121 Tuesday, December 12, 2023 Approved
Elasticsearch 8.11.2 59 Thursday, December 7, 2023 Approved
Elasticsearch 8.11.1 177 Monday, November 13, 2023 Approved
Elasticsearch 8.11.0 136 Tuesday, November 7, 2023 Approved
Elasticsearch 8.10.3 158 Tuesday, October 10, 2023 Approved
Elasticsearch 8.10.2 131 Thursday, September 21, 2023 Approved
Elasticsearch 8.10.1 105 Monday, September 18, 2023 Approved
Elasticsearch 8.10.0 89 Tuesday, September 12, 2023 Approved
Elasticsearch 8.9.2 97 Wednesday, September 6, 2023 Approved
Elasticsearch 8.9.1 168 Thursday, August 17, 2023 Approved
Elasticsearch 8.9.0 143 Tuesday, July 25, 2023 Approved
Elasticsearch 8.8.2 227 Thursday, June 29, 2023 Approved
Elasticsearch 8.8.1 196 Thursday, June 8, 2023 Approved
Elasticsearch 8.8.0 167 Thursday, May 25, 2023 Approved
Elasticsearch 8.7.1 170 Tuesday, May 2, 2023 Approved
Elasticsearch 8.7.0 199 Thursday, March 30, 2023 Approved
Elasticsearch 8.6.2 202 Thursday, February 16, 2023 Approved
Elasticsearch 8.6.1 147 Thursday, January 26, 2023 Approved
Elasticsearch 8.6.0 172 Tuesday, January 10, 2023 Approved
Elasticsearch 8.5.3 359 Thursday, December 8, 2022 Approved
Elasticsearch 8.5.2 134 Tuesday, November 22, 2022 Approved
Elasticsearch 8.5.1 108 Tuesday, November 15, 2022 Approved
Elasticsearch 8.5.0 182 Tuesday, November 1, 2022 Approved
Elasticsearch 8.4.3 196 Wednesday, October 5, 2022 Approved
Elasticsearch 8.4.2 150 Tuesday, September 20, 2022 Approved
Elasticsearch 8.4.1 191 Tuesday, August 30, 2022 Exempted
Elasticsearch 8.4.0 137 Wednesday, August 24, 2022 Exempted
Elasticsearch 8.3.3 193 Monday, August 1, 2022 Approved
Elasticsearch 8.2.3 1193 Tuesday, June 14, 2022 Exempted
Elasticsearch 8.2.2 280 Thursday, May 26, 2022 Exempted
Elasticsearch 8.2.1 131 Tuesday, May 24, 2022 Exempted
Elasticsearch 8.2.0 456 Tuesday, May 3, 2022 Exempted
Elasticsearch 8.1.3 257 Wednesday, April 20, 2022 Exempted
Elasticsearch 8.1.2 427 Thursday, March 31, 2022 Exempted
Elasticsearch 8.1.1 237 Tuesday, March 22, 2022 Exempted
Elasticsearch 8.1.0 287 Tuesday, March 8, 2022 Exempted
Elasticsearch 8.0.1 108 Tuesday, March 1, 2022 Exempted
Elasticsearch 8.0.0 501 Thursday, February 10, 2022 Exempted
Elasticsearch 8.0.0-rc2 91 Monday, August 1, 2022 Exempted
Elasticsearch 7.17.28 28 Tuesday, February 25, 2025 Approved
Elasticsearch 7.17.27 38 Tuesday, January 14, 2025 Approved
Elasticsearch 7.17.26 42 Tuesday, December 3, 2024 Approved
Elasticsearch 7.17.25 43 Tuesday, October 22, 2024 Approved
Elasticsearch 7.17.24 66 Tuesday, September 10, 2024 Approved
Elasticsearch 7.17.23 46 Tuesday, July 30, 2024 Approved
Elasticsearch 7.17.22 54 Thursday, June 13, 2024 Approved
Elasticsearch 7.17.21 65 Friday, May 3, 2024 Approved
Elasticsearch 7.17.20 53 Wednesday, April 10, 2024 Approved
Elasticsearch 7.17.19 60 Tuesday, March 26, 2024 Approved
Elasticsearch 7.17.18 63 Tuesday, February 6, 2024 Approved
Elasticsearch 7.17.17 66 Tuesday, January 23, 2024 Approved
Elasticsearch 7.17.16 68 Tuesday, December 12, 2023 Approved
Elasticsearch 7.17.15 89 Monday, November 13, 2023 Approved
Elasticsearch 7.17.14 53 Tuesday, October 10, 2023 Approved
Elasticsearch 7.17.13 75 Wednesday, September 6, 2023 Approved
Elasticsearch 7.17.12 81 Tuesday, July 25, 2023 Approved
Elasticsearch 7.17.11 1374 Thursday, June 29, 2023 Approved
Elasticsearch 7.17.10 75 Tuesday, May 2, 2023 Approved
Elasticsearch 7.17.9 101 Thursday, February 2, 2023 Approved
Elasticsearch 7.17.8 102 Thursday, December 8, 2022 Approved
Elasticsearch 7.17.7 167 Tuesday, October 25, 2022 Approved
Elasticsearch 7.17.6 109 Wednesday, August 24, 2022 Exempted
Elasticsearch 7.17.5 113 Monday, August 1, 2022 Exempted
Elasticsearch 7.17.0 1475 Tuesday, February 1, 2022 Exempted
Elasticsearch 7.16.3 638 Thursday, January 13, 2022 Exempted
Elasticsearch 7.16.2 724 Sunday, December 19, 2021 Exempted
Elasticsearch 7.16.1 305 Monday, December 13, 2021 Exempted
Elasticsearch 7.16.0 311 Tuesday, December 7, 2021 Approved
Elasticsearch 7.15.2 377 Wednesday, November 10, 2021 Exempted
Elasticsearch 7.15.1 426 Thursday, October 14, 2021 Exempted
Elasticsearch 7.15.0 1649 Wednesday, September 22, 2021 Exempted
Elasticsearch 7.14.2 132 Tuesday, September 21, 2021 Exempted
Elasticsearch 7.14.1 326 Wednesday, September 1, 2021 Exempted
Elasticsearch 7.13.4 604 Tuesday, July 20, 2021 Exempted
Elasticsearch 7.13.2 223 Monday, June 14, 2021 Exempted
Elasticsearch 7.13.1 583 Wednesday, June 2, 2021 Exempted
Elasticsearch 7.13.0 131 Tuesday, May 25, 2021 Exempted
Elasticsearch 7.12.1 635 Tuesday, April 27, 2021 Exempted
Elasticsearch 7.12.0 548 Tuesday, March 23, 2021 Approved
Elasticsearch 7.11.2 192 Wednesday, March 10, 2021 Approved
Elasticsearch 7.11.1 605 Wednesday, February 17, 2021 Approved
Elasticsearch 7.10.2 875 Thursday, January 14, 2021 Approved
Elasticsearch 7.10.1 600 Wednesday, December 9, 2020 Approved
Elasticsearch 7.10.0 766 Wednesday, November 11, 2020 Approved
Elasticsearch 7.9.3 1958 Thursday, October 22, 2020 Approved
Elasticsearch 7.9.2 40391 Thursday, September 24, 2020 Approved
Elasticsearch 7.9.1 426 Thursday, September 3, 2020 Approved
Elasticsearch 7.9.0 404 Tuesday, August 18, 2020 Approved
Elasticsearch 7.8.1 425 Monday, July 27, 2020 Approved
Elasticsearch 7.8.0 225 Thursday, July 23, 2020 Approved
Elasticsearch 6.8.23 266 Monday, August 1, 2022 Approved
Elasticsearch 6.7.1 13181 Friday, April 5, 2019 Approved
Elasticsearch 6.7.0 352 Thursday, April 4, 2019 Approved
Elasticsearch 6.6.2 365 Wednesday, April 3, 2019 Approved
Elasticsearch 6.6.1 948 Monday, March 4, 2019 Approved
Elasticsearch 6.5.4 307 Monday, March 4, 2019 Approved
Elasticsearch 6.4.3 3529 Monday, March 4, 2019 Approved
Elasticsearch 6.4.2 2088 Thursday, October 18, 2018 Approved
Elasticsearch 6.4.0 296 Thursday, October 18, 2018 Approved
Elasticsearch 6.3.2 322 Thursday, October 18, 2018 Approved
Elasticsearch 6.3.1 299 Thursday, October 18, 2018 Approved
Elasticsearch 6.3.0 3219 Tuesday, June 26, 2018 Approved
Elasticsearch 6.2.4 1282 Friday, June 8, 2018 Approved
Elasticsearch 6.2.3 355 Friday, June 8, 2018 Approved
Elasticsearch 6.2.2 1039 Wednesday, February 21, 2018 Approved
Elasticsearch 6.2.1 540 Tuesday, February 20, 2018 Approved
Elasticsearch 6.0.0 823 Tuesday, December 5, 2017 Approved
Elasticsearch 5.6.0 1669 Monday, September 18, 2017 Approved
Elasticsearch 5.5.3 549 Monday, September 18, 2017 Approved
Elasticsearch 5.4.3 511 Monday, September 18, 2017 Approved
Elasticsearch 5.3.3 577 Monday, September 18, 2017 Approved
Elasticsearch 5.2.0 5492 Thursday, February 9, 2017 Approved
Elasticsearch 2.3.1 12029 Monday, April 4, 2016 Approved
Elasticsearch 2.3.0 666 Monday, April 4, 2016 Approved
Elasticsearch 2.2.2 403 Monday, April 4, 2016 Approved
Elasticsearch 2.2.1 1504 Wednesday, March 16, 2016 Approved
Elasticsearch 2.2.0 702 Wednesday, March 2, 2016 Approved
ElasticSearch 1.4.1.20141202 1984 Tuesday, December 2, 2014 Approved
ElasticSearch 1.2.1.20140617 1007 Tuesday, June 17, 2014 Approved

This package has no dependencies.

Discussion for the Elasticsearch Package

Ground Rules:

  • This discussion is only about Elasticsearch and the Elasticsearch 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 Elasticsearch, 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