-
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
Move file metrics to dataset endpoint #19977
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
1 similar comment
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
c9dfdb2
to
3a8b6e1
Compare
Pinging @elastic/integrations (Team:Integrations) |
3a8b6e1
to
a9a5675
Compare
This might be a breaking change. @ycombinator Any idea if this namespace is used by monitoring? |
No, Filebeat harvester files are currently not indexed in the Filebeat monitoring indices. So they are not used by monitoring. |
jenkins run the tests please |
(cherry picked from commit b9a00da)
) (cherry picked from commit b9a00da) Co-authored-by: Vijay Samuel <[email protected]>
Breaking change
What does this PR do?
The filemetrics are on the stats endpoint. It ideally is supposed to be on
/dataset
similar to metricbeat. This PR moves them to the right endpointWhy is it important?
We use stats endpoint to collect metrics. These file metrics make the endpoint to verbose.
Checklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.