-
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
Replace missing field names from status Metricset in MongoDB Dashboard #9795
Conversation
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.
Did you test these dashboards on your end? I think the host.name
part should be revert but the other changes LGTM. To which versions should we backport this?
@@ -37,7 +37,7 @@ | |||
"enabled": true, | |||
"id": "2", | |||
"params": { | |||
"field": "metricset.host", | |||
"field": "host.name", |
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.
metricset.host
and host.name
are not the same thing. host.name
is then name from the host on which the beat runs, metricset.host
is what address of the service it connects to.
These fields should not have changed in the PR your linked. Same below.
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.
Ok, I have reverted both ocurrences of host.name
to their original values metricset.host
b1b7eac
to
c2eba63
Compare
c2eba63
to
3b4da99
Compare
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.
Did you manage to test this locally and confirm the change / fix?
Yes, of course. That's how I realized that I'll wait for your answer before merging. |
@sayden All good. Please merge and backport. |
elastic#9795) (cherry picked from commit fba0680)
According to issue #9715 it seems that some field names within the MongoDB dashboard were incorrect.
It seems that this commit changed the field names 5544838 5 months ago.
In this PR, the correct field names are set. I'm not very experienced with Kibana so I have just modified current dashboard JSON file instead of replacing it with the exported one using this method.
Working in Kibana 6.5.4