-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Monitoring] Remove kibana_stats.requests.status_codes
from bulk uploader
#20855
[Monitoring] Remove kibana_stats.requests.status_codes
from bulk uploader
#20855
Conversation
💚 Build Succeeded |
I checked out this PR and did a global search for |
There may be reference to it in the mock data that goes through |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked the stats API response before and after this PR (no changes, as expected). Also checked the docs indexed into .monitoring-kibana-6-*
by bulk uploader before and after this PR. After this PR the status_code
field is not indexed (as expected).
Code changes look good too. I noticed that you left references to status_codes
in various mappings.json
files in functional tests' es_archives
. I think this is okay because the mappings in ES do indeed contain this field (incidentally mapped incorrectly).
Overall LGTM.
💔 Build Failed |
jenkins test this |
💔 Build Failed |
jenkins, test this |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…loader (elastic#20855) * Remove `status_codes` from bulk uploader * Remove more references to `status_codes`
Backport: 6.x: d31e997 |
Resolves #20853
This PR removes an unused field from the bulk uploader which transports Kibana stats to ES. Tests have been updated and pass. I tested that monitoring docs indexed after this code change do not contain
kibana_stats.requests.status_codes