You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[8.15](backport #41469) [azure-eventhub] Update input v1 status on start, failure, and stop (#41545)
* [azure-eventhub] Update input v1 status on start, failure, and stop (#41469)
Update the Elastic Agent status by calling `inputContext.UpdateStatus(status.Failed, err.Error())` during the main input lifecycle phases (set up and run). If any setup, startup, and run steps fail, the input reports the fatal issue before shutting down.
Without reporting the fatal error, the input logs the error and stops, but users continue to see it as "healthy" in Fleet, causing confusion and making troubleshooting much harder.
(cherry picked from commit 882c854)
* Drop unintentional changelog entries
---------
Co-authored-by: Maurizio Branca <[email protected]>
0 commit comments