-
Notifications
You must be signed in to change notification settings - Fork 158
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
Standalone agent on Mac won't reload changed output credentials #4629
Comments
For fun, I uninstalled and reinstalled elastic agent and then the correct ES credentials were being used. Verified that data was being sent after that. |
Just to clarify, which |
This one! |
Thanks. That's expected behavior then. Essentially, when Agent installs itself, it copies the Could you try modifying the |
TIL :) Thanks, will re-test. Sorry for the false alarm! |
Modifying the correct file at |
elastic-package stack up --version 8.14.0-SNAPSHOT
elastic-agent-8.14.0-darwin-aarch64.tar.gz
from 8.14.0 BC1 buildselastic-agent.yml
and give it incorrect ES credentials like this:sudo ./elastic-agent install
, don't enroll into fleetsudo elastic-agent inspect
, verify that it is usingwrongpassword
for ES outputsudo elastic-agent logs
, verify that it is not connecting to ES:elastic-agent.yml
to fix the ES credentials:sudo elastic-agent inspect
again and see that it still shows usingwrongpassword
sudo elastic-agent logs
logs and see that logs still show ES connection issuesThe text was updated successfully, but these errors were encountered: