trevorndodds / elasticsearch-metrics

102 stars 99 forks source link

Dashboard is down because $nodename resolves to a text value. #46

Closed mmangione closed 3 years ago

mmangione commented 3 years ago

$nodename resolves to the string "name.keyword". It's breaking the dashboard. How can I resolve this?

mmangione commented 3 years ago

Still have that issue. The solution is to simply replace $nodename in the Terms section with name.keyword. The rest falls in place.

mmangione commented 3 years ago

Also, I had to go through the entire dashboard and set the minimum docs to 1. Otherwise, my nodes were failing to display.

mmangione commented 3 years ago

This issue is resolved. Everyone needs to update their new dashboards. It would be good to push an updated version.