Downloads:
128,035
Downloads of v 9.0.1:
10
Last Update:
06 May 2025
Package Maintainer(s):
Software Author(s):
- Elasticsearch
Tags:
search rest analytics metricsElasticsearch
Downloads:
128,035
Downloads of v 9.0.1:
10
Maintainer(s):
Software Author(s):
- Elasticsearch
Elasticsearch
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
There are versions of this package awaiting moderation . See the Version History section below.
This package was rejected on 10 Jun 2025. The reviewer chocolatey-ops has listed the following reason(s):
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.
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 = "9.0.1"
$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
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.2 | 10 | Tuesday, June 3, 2025 |
Waiting for Maintainer
|
|
Elasticsearch 9.0.0-rc1 | 55 | Monday, March 24, 2025 | Exempted | |
Elasticsearch 9.0.0-beta1 | 33 | Tuesday, February 18, 2025 | Approved | |
Elasticsearch 8.18.2 | 154 | Thursday, May 29, 2025 | Approved | |
Elasticsearch 8.17.7 | 5 | Tuesday, June 3, 2025 |
Waiting for Maintainer
|
|
Elasticsearch 8.17.4 | 233 | Tuesday, March 25, 2025 | Approved | |
Elasticsearch 8.17.3 | 124 | Tuesday, March 4, 2025 | Approved | |
Elasticsearch 8.17.2 | 127 | Tuesday, February 11, 2025 | Approved | |
Elasticsearch 8.17.1 | 111 | Tuesday, January 21, 2025 | Approved | |
Elasticsearch 8.17.0 | 212 | Thursday, December 12, 2024 | Approved | |
Elasticsearch 8.16.6 | 26 | Tuesday, March 25, 2025 | Approved | |
Elasticsearch 8.16.4 | 23 | Tuesday, February 11, 2025 | Approved | |
Elasticsearch 8.16.3 | 17 | Tuesday, January 21, 2025 | Approved | |
Elasticsearch 8.16.2 | 25 | Tuesday, December 17, 2024 | Approved | |
Elasticsearch 8.16.1 | 143 | Friday, November 22, 2024 | Approved | |
Elasticsearch 8.16.0 | 77 | Tuesday, November 12, 2024 | Approved | |
Elasticsearch 8.15.5 | 37 | Tuesday, November 26, 2024 | Approved | |
Elasticsearch 8.15.4 | 34 | Tuesday, November 12, 2024 | Approved | |
Elasticsearch 8.15.3 | 136 | Thursday, October 17, 2024 | Approved | |
Elasticsearch 8.15.2 | 134 | Thursday, September 26, 2024 | Approved | |
Elasticsearch 8.15.1 | 151 | Thursday, September 5, 2024 | Approved | |
Elasticsearch 8.15.0 | 139 | Thursday, August 8, 2024 | Approved | |
Elasticsearch 8.14.3 | 164 | Thursday, July 11, 2024 | Approved | |
Elasticsearch 8.14.2 | 79 | Thursday, July 4, 2024 | Approved | |
Elasticsearch 8.14.1 | 156 | Wednesday, June 12, 2024 | Approved | |
Elasticsearch 8.14.0 | 95 | Wednesday, June 5, 2024 | Approved | |
Elasticsearch 8.13.4 | 153 | Tuesday, May 14, 2024 | Approved | |
Elasticsearch 8.13.3 | 102 | Friday, May 3, 2024 | Approved | |
Elasticsearch 8.13.2 | 171 | Monday, April 8, 2024 | Approved | |
Elasticsearch 8.13.1 | 65 | Tuesday, April 2, 2024 | Approved | |
Elasticsearch 8.13.0 | 102 | Tuesday, March 26, 2024 | Approved | |
Elasticsearch 8.12.2 | 165 | Thursday, February 29, 2024 | Approved | |
Elasticsearch 8.12.1 | 126 | Tuesday, February 6, 2024 | Approved | |
Elasticsearch 8.12.0 | 136 | Wednesday, January 17, 2024 | Approved | |
Elasticsearch 8.11.4 | 148 | Thursday, January 11, 2024 | Approved | |
Elasticsearch 8.11.3 | 120 | Tuesday, December 12, 2023 | Approved | |
Elasticsearch 8.11.2 | 47 | Thursday, December 7, 2023 | Approved | |
Elasticsearch 8.11.1 | 172 | Monday, November 13, 2023 | Approved | |
Elasticsearch 8.11.0 | 130 | Tuesday, November 7, 2023 | Approved | |
Elasticsearch 8.10.3 | 151 | Tuesday, October 10, 2023 | Approved | |
Elasticsearch 8.10.2 | 126 | Thursday, September 21, 2023 | Approved | |
Elasticsearch 8.10.1 | 101 | Monday, September 18, 2023 | Approved | |
Elasticsearch 8.10.0 | 82 | Tuesday, September 12, 2023 | Approved | |
Elasticsearch 8.9.2 | 93 | Wednesday, September 6, 2023 | Approved | |
Elasticsearch 8.9.1 | 161 | Thursday, August 17, 2023 | Approved | |
Elasticsearch 8.9.0 | 141 | Tuesday, July 25, 2023 | Approved | |
Elasticsearch 8.8.2 | 225 | Thursday, June 29, 2023 | Approved | |
Elasticsearch 8.8.1 | 193 | Thursday, June 8, 2023 | Approved | |
Elasticsearch 8.8.0 | 162 | Thursday, May 25, 2023 | Approved | |
Elasticsearch 8.7.1 | 166 | Tuesday, May 2, 2023 | Approved | |
Elasticsearch 8.7.0 | 195 | Thursday, March 30, 2023 | Approved | |
Elasticsearch 8.6.2 | 199 | Thursday, February 16, 2023 | Approved | |
Elasticsearch 8.6.1 | 142 | Thursday, January 26, 2023 | Approved | |
Elasticsearch 8.6.0 | 164 | Tuesday, January 10, 2023 | Approved | |
Elasticsearch 8.5.3 | 351 | Thursday, December 8, 2022 | Approved | |
Elasticsearch 8.5.2 | 132 | Tuesday, November 22, 2022 | Approved | |
Elasticsearch 8.5.1 | 105 | Tuesday, November 15, 2022 | Approved | |
Elasticsearch 8.5.0 | 178 | Tuesday, November 1, 2022 | Approved | |
Elasticsearch 8.4.3 | 192 | Wednesday, October 5, 2022 | Approved | |
Elasticsearch 8.4.2 | 146 | Tuesday, September 20, 2022 | Approved | |
Elasticsearch 8.4.1 | 185 | Tuesday, August 30, 2022 | Exempted | |
Elasticsearch 8.4.0 | 131 | Wednesday, August 24, 2022 | Exempted | |
Elasticsearch 8.3.3 | 182 | Monday, August 1, 2022 | Approved | |
Elasticsearch 8.2.3 | 1190 | Tuesday, June 14, 2022 | Exempted | |
Elasticsearch 8.2.2 | 276 | Thursday, May 26, 2022 | Exempted | |
Elasticsearch 8.2.1 | 129 | Tuesday, May 24, 2022 | Exempted | |
Elasticsearch 8.2.0 | 454 | Tuesday, May 3, 2022 | Exempted | |
Elasticsearch 8.1.3 | 252 | Wednesday, April 20, 2022 | Exempted | |
Elasticsearch 8.1.2 | 424 | Thursday, March 31, 2022 | Exempted | |
Elasticsearch 8.1.1 | 233 | Tuesday, March 22, 2022 | Exempted | |
Elasticsearch 8.1.0 | 284 | Tuesday, March 8, 2022 | Exempted | |
Elasticsearch 8.0.1 | 102 | Tuesday, March 1, 2022 | Exempted | |
Elasticsearch 8.0.0 | 495 | Thursday, February 10, 2022 | Exempted | |
Elasticsearch 8.0.0-rc2 | 86 | Monday, August 1, 2022 | Exempted | |
Elasticsearch 7.17.28 | 25 | Tuesday, February 25, 2025 | Approved | |
Elasticsearch 7.17.27 | 30 | Tuesday, January 14, 2025 | Approved | |
Elasticsearch 7.17.26 | 38 | Tuesday, December 3, 2024 | Approved | |
Elasticsearch 7.17.25 | 40 | Tuesday, October 22, 2024 | Approved | |
Elasticsearch 7.17.24 | 60 | Tuesday, September 10, 2024 | Approved | |
Elasticsearch 7.17.23 | 42 | Tuesday, July 30, 2024 | Approved | |
Elasticsearch 7.17.22 | 47 | Thursday, June 13, 2024 | Approved | |
Elasticsearch 7.17.21 | 59 | Friday, May 3, 2024 | Approved | |
Elasticsearch 7.17.20 | 49 | Wednesday, April 10, 2024 | Approved | |
Elasticsearch 7.17.19 | 58 | Tuesday, March 26, 2024 | Approved | |
Elasticsearch 7.17.18 | 61 | Tuesday, February 6, 2024 | Approved | |
Elasticsearch 7.17.17 | 60 | Tuesday, January 23, 2024 | Approved | |
Elasticsearch 7.17.16 | 61 | Tuesday, December 12, 2023 | Approved | |
Elasticsearch 7.17.15 | 78 | Monday, November 13, 2023 | Approved | |
Elasticsearch 7.17.14 | 49 | Tuesday, October 10, 2023 | Approved | |
Elasticsearch 7.17.13 | 73 | Wednesday, September 6, 2023 | Approved | |
Elasticsearch 7.17.12 | 75 | Tuesday, July 25, 2023 | Approved | |
Elasticsearch 7.17.11 | 1297 | Thursday, June 29, 2023 | Approved | |
Elasticsearch 7.17.10 | 68 | Tuesday, May 2, 2023 | Approved | |
Elasticsearch 7.17.9 | 87 | Thursday, February 2, 2023 | Approved | |
Elasticsearch 7.17.8 | 98 | Thursday, December 8, 2022 | Approved | |
Elasticsearch 7.17.7 | 159 | Tuesday, October 25, 2022 | Approved | |
Elasticsearch 7.17.6 | 102 | Wednesday, August 24, 2022 | Exempted | |
Elasticsearch 7.17.5 | 109 | Monday, August 1, 2022 | Exempted | |
Elasticsearch 7.17.0 | 1464 | Tuesday, February 1, 2022 | Exempted | |
Elasticsearch 7.16.3 | 632 | Thursday, January 13, 2022 | Exempted | |
Elasticsearch 7.16.2 | 720 | Sunday, December 19, 2021 | Exempted | |
Elasticsearch 7.16.1 | 299 | Monday, December 13, 2021 | Exempted | |
Elasticsearch 7.16.0 | 307 | Tuesday, December 7, 2021 | Approved | |
Elasticsearch 7.15.2 | 373 | Wednesday, November 10, 2021 | Exempted | |
Elasticsearch 7.15.1 | 420 | Thursday, October 14, 2021 | Exempted | |
Elasticsearch 7.15.0 | 1617 | Wednesday, September 22, 2021 | Exempted | |
Elasticsearch 7.14.2 | 127 | Tuesday, September 21, 2021 | Exempted | |
Elasticsearch 7.14.1 | 319 | Wednesday, September 1, 2021 | Exempted | |
Elasticsearch 7.13.4 | 593 | Tuesday, July 20, 2021 | Exempted | |
Elasticsearch 7.13.2 | 217 | Monday, June 14, 2021 | Exempted | |
Elasticsearch 7.13.1 | 575 | Wednesday, June 2, 2021 | Exempted | |
Elasticsearch 7.13.0 | 129 | Tuesday, May 25, 2021 | Exempted | |
Elasticsearch 7.12.1 | 628 | Tuesday, April 27, 2021 | Exempted | |
Elasticsearch 7.12.0 | 544 | Tuesday, March 23, 2021 | Approved | |
Elasticsearch 7.11.2 | 187 | Wednesday, March 10, 2021 | Approved | |
Elasticsearch 7.11.1 | 600 | Wednesday, February 17, 2021 | Approved | |
Elasticsearch 7.10.2 | 865 | Thursday, January 14, 2021 | Approved | |
Elasticsearch 7.10.1 | 588 | Wednesday, December 9, 2020 | Approved | |
Elasticsearch 7.10.0 | 761 | Wednesday, November 11, 2020 | Approved | |
Elasticsearch 7.9.3 | 1955 | Thursday, October 22, 2020 | Approved | |
Elasticsearch 7.9.2 | 40389 | Thursday, September 24, 2020 | Approved | |
Elasticsearch 7.9.1 | 421 | Thursday, September 3, 2020 | Approved | |
Elasticsearch 7.9.0 | 400 | Tuesday, August 18, 2020 | Approved | |
Elasticsearch 7.8.1 | 419 | Monday, July 27, 2020 | Approved | |
Elasticsearch 7.8.0 | 220 | Thursday, July 23, 2020 | Approved | |
Elasticsearch 6.8.23 | 257 | Monday, August 1, 2022 | Approved | |
Elasticsearch 6.7.1 | 13177 | Friday, April 5, 2019 | Approved | |
Elasticsearch 6.7.0 | 343 | Thursday, April 4, 2019 | Approved | |
Elasticsearch 6.6.2 | 363 | Wednesday, April 3, 2019 | Approved | |
Elasticsearch 6.6.1 | 942 | Monday, March 4, 2019 | Approved | |
Elasticsearch 6.5.4 | 304 | Monday, March 4, 2019 | Approved | |
Elasticsearch 6.4.3 | 3524 | Monday, March 4, 2019 | Approved | |
Elasticsearch 6.4.2 | 2080 | Thursday, October 18, 2018 | Approved | |
Elasticsearch 6.4.0 | 293 | Thursday, October 18, 2018 | Approved | |
Elasticsearch 6.3.2 | 318 | Thursday, October 18, 2018 | Approved | |
Elasticsearch 6.3.1 | 294 | Thursday, October 18, 2018 | Approved | |
Elasticsearch 6.3.0 | 3215 | Tuesday, June 26, 2018 | Approved | |
Elasticsearch 6.2.4 | 1277 | Friday, June 8, 2018 | Approved | |
Elasticsearch 6.2.3 | 350 | Friday, June 8, 2018 | Approved | |
Elasticsearch 6.2.2 | 1035 | Wednesday, February 21, 2018 | Approved | |
Elasticsearch 6.2.1 | 538 | Tuesday, February 20, 2018 | Approved | |
Elasticsearch 6.0.0 | 819 | Tuesday, December 5, 2017 | Approved | |
Elasticsearch 5.6.0 | 1662 | Monday, September 18, 2017 | Approved | |
Elasticsearch 5.5.3 | 548 | Monday, September 18, 2017 | Approved | |
Elasticsearch 5.4.3 | 506 | Monday, September 18, 2017 | Approved | |
Elasticsearch 5.3.3 | 570 | Monday, September 18, 2017 | Approved | |
Elasticsearch 5.2.0 | 5486 | Thursday, February 9, 2017 | Approved | |
Elasticsearch 2.3.1 | 12025 | Monday, April 4, 2016 | Approved | |
Elasticsearch 2.3.0 | 659 | Monday, April 4, 2016 | Approved | |
Elasticsearch 2.2.2 | 400 | Monday, April 4, 2016 | Approved | |
Elasticsearch 2.2.1 | 1503 | Wednesday, March 16, 2016 | Approved | |
Elasticsearch 2.2.0 | 698 | Wednesday, March 2, 2016 | Approved | |
ElasticSearch 1.4.1.20141202 | 1978 | Tuesday, December 2, 2014 | Approved | |
ElasticSearch 1.2.1.20140617 | 999 | Tuesday, June 17, 2014 | Approved |
Elasticsearch B.V.
This package has no dependencies.
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.
mkevenaar (maintainer) on 06 May 2025 16:17:40 +00:00:
User 'mkevenaar' (maintainer) submitted package.
chocolatey-ops (reviewer) on 06 May 2025 16:51:11 +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.
chocolatey-ops (reviewer) on 06 May 2025 19:18:45 +00:00:
elasticsearch has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/9f02a8bddaeb273a915b923ace05bdc2 for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 26 May 2025 16:52:04 +00:00:
We've found elasticsearch v9.0.1 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 10 Jun 2025 16:54:15 +00:00:
Unfortunately there has not been progress to move elasticsearch v9.0.1 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.