Elastic Agent ErrorDetails="exit status 1"on Windows Server #12515
Replies: 2 comments 2 replies
-
Did you use the Windows agent installer from |
Beta Was this translation helpful? Give feedback.
2 replies
-
2.4.70 was released yesterday and it changes the default timeout to 5 minutes, as well as adds a command line parameter |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently running a Security Onion Standalone instance on version 2.4.50 and I am trying to deploy the elastic agent to a Windows Server in an airgap environment. I modified the firewall rules to include the subnet of the server, as suggested in the documentation. I am receiving the following error in my elastic agent host log:
**timestamp=2024-03-06T17:13:41.0511083-05:00 level=info message="Version Information" ElasticAgentVersion=8.7.0 WrapperVersion=2.4.2
timestamp=2024-03-06T17:13:41.05211-05:00 level=info message="Runtime Data" EnrollmentToken="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX==" FleetURL/s=https://XXXXXXXXXX:8220
timestamp=2024-03-06T17:13:41.05211-05:00 level=info message="Installation Progress" Status="Starting Installation Precheck"
timestamp=2024-03-06T17:13:41.1127532-05:00 level=info message="Installation Progress" FleetHostConnectivityCheck=Success FleetHostURL=https://XXXXXXXXXXXXX:8220
timestamp=2024-03-06T17:13:41.1289261-05:00 level=info message="Installation Progress" Status="Fleet Host is accessible - Continuing installation"
timestamp=2024-03-06T17:13:41.1289261-05:00 level=info message="Installation Progress" Status="Installation Precheck Complete"
timestamp=2024-03-06T17:13:41.1289261-05:00 level=info message="Installation Progress" Status="Extracting Elastic Agent files"
timestamp=2024-03-06T17:15:30.5530446-05:00 level=info message="Installation Progress" Status="Executing Elastic Agent installer"
timestamp=2024-03-06T17:15:30.5530446-05:00 level=info message="Installation Progress" Status="Executing the following: ./so-elastic-agent_source/elastic-agent/elastic-agent install --url=https://XXXXXX:8220 --enrollment-token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX== --certificate-authorities=C:\Program Files\Elastic\SO\soca.crt -n"
timestamp=2024-03-06T17:18:30.5801211-05:00 level=error message="Installation Progress" Context="Installing in non-interactive mode." ErrorDetails="exit status 1"**
After this installation failed, I installed the soca.crt certificate to the local machine and still no luck....
Any help would be much appreciated...
Beta Was this translation helpful? Give feedback.
All reactions