-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Agent] the Elastic-agent.exe version command on Windows x64 is not responding when called from the Progam Files installed file location #21695
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
I am interested in the state of your Elastic Agent. Seems like the running background Agent might be having an issue. Does the command ever timeout? I just tried reproducing this on Windows 10 x64 with the 7.10.0 BC1 and I was un-able to reproduce the issue:
|
I think it's low impact. I though initially its because the terminal is clicked and the "version" is interrupted? From eric this seems unlikely. @blakerouse would the version command timeout if is not able to reach the daemon? |
I see it working on Win 10. When we can figure out what is wrong and fix my Win 7 environment I can re-test there, but this issue is likely a symptom of that issue where in the Agent just wasn't fully well and installed - that issue is: #21601 |
@ph No it should not. I am working on getting a Windows 7 VM setup so I can test on Windows 7. It seems to be having some issues specifically related to Windows 7. |
Bug Conversion: Created 01 Testcase for this ticket: |
verison info:
8.0 snapshot tested on cloud
edavis-mbp:kibana_elastic edavis$ git show -s 43495d80ba02199216bf7f5679ea67874cb690f7
commit 43495d80ba02199216bf7f5679ea67874cb690f7
Date: Wed Oct 7 18:53:19 2020 -0600
Agent:
https://snapshots.elastic.co/8.0.0-af3cda3c/downloads/beats/elastic-agent/elastic-agent-8.0.0-SNAPSHOT-windows-x86_64.zip
Describe the bug:
I'm not sure if this ever worked since we put in the new 'install' command, but it works from the unzipped Windows path, but I expect this usage is the definitive way to have a user know what version is installed so I'm logging it.
Steps to reproduce:
on the host open an Admin powershell terminal and browse to C:\Program Files\Elastic\Agent and type:
elastic-agent.exe version
Expected behavior:
it should give you the Agent version of whatever is installed
it just hangs on this prompt ^
The text was updated successfully, but these errors were encountered: