-
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
[8.15](backport #40075) [filebeat][log] Enable status reporter for log input #40302
Conversation
* chore: initial commit, without tests * chore: tests * chore: add test cases * fix: add null check * fix: remove println * fix: lint * goimports * remove println * fix: changelog * update test for windows * fix: fix some comments * chore: add starting state in NewInput * fix: add sample output to verify the status * fix: remove println * fix: add integration tag * Update CHANGELOG.next.asciidoc Co-authored-by: Denis <denis@rdner.de> * fix: remove redundant bool * fix: add degraded --------- Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> Co-authored-by: Denis <denis@rdner.de> (cherry picked from commit f3f772f)
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Shouldn't be merged before 8.15.1 |
This pull request has not been merged yet. Could you please review and merge it @VihasMakwana? 🙏 |
1 similar comment
This pull request has not been merged yet. Could you please review and merge it @VihasMakwana? 🙏 |
This pull request has not been merged yet. Could you please review and merge it @VihasMakwana? 🙏 |
This pull request is now in conflicts. Could you fix it? 🙏
|
This pull request has not been merged yet. Could you please review and merge it @VihasMakwana? 🙏 |
Proposed commit message
Enable
StatusReporter
forlog
input which was introduced in #39209Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues
Use cases
This PR allows the log input to report its status to elastic-agent. This would keep the status of the unit up-to-date and would help with diagnostics.
Screenshots
Logs
This is an automatic backport of pull request #40075 done by [Mergify](https://mergify.com).