-
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] Improve Endpoint installation logging #24429
[Elastic Agent] Improve Endpoint installation logging #24429
Conversation
Pinging @elastic/agent (Team:Agent) |
fyi @ferullo |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
@@ -11,12 +11,16 @@ check_install: | |||
path: "endpoint-security" | |||
args: | |||
- "verify" | |||
- "--log" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command updates in this file look good. 👍
Pinging @elastic/ingest-management (Team:Ingest Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks ok
* Improve logging of exec_file_step. * Add --log stderr to endpoint. * Add changelog. (cherry picked from commit 8efc24c)
* Improve logging of exec_file_step. * Add --log stderr to endpoint. * Add changelog. (cherry picked from commit 8efc24c)
…elastic#24439) * Improve logging of exec_file_step. * Add --log stderr to endpoint. * Add changelog. (cherry picked from commit 24799c5)
What does this PR do?
Improves the logging of the installation process for Endpoint Security. Now when Endpoint Security fails to install or uninstall the output of the command will be provided in the error message.
Why is it important?
So when Endpoint Security fails to install it is easier to debug what occurred.
Checklist
[ ] I have made corresponding changes to the documentation[ ] I have made corresponding change to the default configuration filesCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues