-
Notifications
You must be signed in to change notification settings - Fork 148
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
Report the status message
field to Fleet Server checkins
#1151
Comments
At minimum we should get these changes into Agent and Fleet to begin persisting this data into ES. A great addition would be to also expose this in the UI:
|
@jen-huang It'd also be great to have this reported in Fleet's agent status telemetry in the UI. Maybe counts by unique message with some cap. |
@joshdover can I use the existing I found that the Agent v2 branches started using the |
Makes total sense, yes let's use that since v2 should be shipping in this release as well. |
Hi @juliaElastic, We have created below 04 test cases for this feature. Please let us know if we are missing anything. |
Hi Team, We have executed 04 testcases for this feature under our Fleet Test run at Fleet Team 8.6 New features test plan and found that it's working fine. Build Details:
Below are the test cases. Please let us know if we are missing anything. |
We should report an agent's reason for being in the status it's in to Fleet Server rather than only relying on Agent logs. This will make it easier to debug why an agent is in a particular status.
Related changes need to be made to Fleet Server to save this state in the .fleet-agents index.
The text was updated successfully, but these errors were encountered: