-
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
[Elastic-Agent] Test to make sure persisted install works #19946
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
Testing on Ubuntu 20.04 from DEB results in configuration being read from the wrong location.
Looking at the installed script in path, looks like
The installer does place the config in the correct path.
|
With
|
I have confirmed that on Windows the Closing this bug, because the DEB and RPM's are fixed and Windows works correctly. |
I have confirmed again this is working from BC5 with Windows x64 and Ubuntu 18 - feeling pretty good about it. thanks for all the effort |
Using rpm with 7.9.2 throws an error as the elastic-agent does not have command "test config" I have removed the test command to enable the service to work. sed -i 's/$user_wrapper $user_wrapperopts "$agent $args $test_args"/echo 0/' /etc/init.d/elastic-agent |
We are depending on the beats packaging system to package the elastic-agent correctly, we need to test and ensure that following is working correctly.
We need to ensure that the elastic-agent works with the above artifacts:
The text was updated successfully, but these errors were encountered: