-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"yarn es snapshot" fails on Windows #20063
Comments
This is my bad, caused from #19916. I will get a fix in shortly. |
Same behavior observed with Kibana 6.3.0 on node:8.11.0-alpine. I am able to execute:
|
@sbelyankin I've found that simply starting the elasticsearch from the manually-downloaded snapshot works fine. For me (on Windows), this meant unzipping |
Hi @tylersmalley are there any updates on this? Is there a fix planned (or already available)? |
This was caused by elastic/elasticsearch#30596 - I am working to update to pull the zip when on Windows. |
I have opened a PR here: #20503 |
PR has been merged |
Kibana version: Latest master (92245ac)
Elasticsearch version: 7.0.0-alpha1 snapshot
OS version: Windows 10
Describe the bug:
After syncing the kibana source (first time in a few days),
yarn es snapshot
fails for me as follows:It appears there is no elasticsearch-keystore.bat file in the .tar.gz file, yet there is in the .zip version. But it appears nothing has changed in kbn-es in the time that this stopped working, so I'm not sure how this used to work. Am I missing something? I could've sworn I didn't do anything different a few days ago...
The text was updated successfully, but these errors were encountered: