Move file metrics to dataset endpoint#19977
Merged
urso merged 1 commit intoelastic:masterfrom Jul 22, 2020
Merged
Conversation
Contributor
|
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
Contributor
|
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
Contributor
|
Pinging @elastic/integrations (Team:Integrations) |
3a8b6e1 to
a9a5675
Compare
Contributor
|
This might be a breaking change. @ycombinator Any idea if this namespace is used by monitoring? |
Contributor
|
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 |
kvch
approved these changes
Jul 22, 2020
urso
pushed a commit
to urso/beats
that referenced
this pull request
Jul 22, 2020
(cherry picked from commit b9a00da)
6 tasks
urso
pushed a commit
that referenced
this pull request
Jul 23, 2020
) (cherry picked from commit b9a00da) Co-authored-by: Vijay Samuel <vjsamuel@ebay.com>
melchiormoulin
pushed a commit
to melchiormoulin/beats
that referenced
this pull request
Oct 14, 2020
This was referenced Nov 11, 2020
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Breaking change
What does this PR do?
The filemetrics are on the stats endpoint. It ideally is supposed to be on
/datasetsimilar 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.asciidocorCHANGELOG-developer.next.asciidoc.