-
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
{file,packet,winlog}beat - Register input metrics diagnostic hook #35798
{file,packet,winlog}beat - Register input metrics diagnostic hook #35798
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
5e615de
to
cdbde87
Compare
Register an elastic-agent diagnostics hook to return the input metrics (encoded to JSON) in agent diagnostic dumps.
cdbde87
to
d758b8a
Compare
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
/test |
This pull request is now in conflicts. Could you fix it? 🙏
|
Let's use the thread in #35658 (comment) to discuss this. The same topic is blocking that PR. |
This pull request is now in conflicts. Could you fix it? 🙏
|
…ok (elastic#35798) Register an elastic-agent diagnostics hook to return the input metrics (encoded to JSON) in agent diagnostic dumps.
What does this PR do?
Register an elastic-agent diagnostics hook to return the input metrics (encoded to JSON) in agent diagnostic dumps.
Why is it important?
Have this data included in Agent diagnostics will help in understanding what's happening with the inputs.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Notes
I haven't tested this under Agent. I will likely want to backport this to 8.8.x after testing everything in the 8.9.0-SNAPSHOT when it's available.