Fixes issue with Resource Monitoring Dashboard where '~' was missing in queries for selector to solr_cluster variable.
Change custom allValues for solr_collection variable from .+ to .* in Cluster Overview Dashboard to fix an issue in panels when collection label was not present in prometheus metrics.
Change custom allValues for solr_collection variable from .+ to .* in Query Performance Dashboard to fix an issue in panels when collection label was not present in prometheus metrics.
Fixes issue with Resource Monitoring Dashboard where '~' was missing in queries for selector to
solr_cluster
variable.Change custom allValues for solr_collection variable from
.+
to.*
in Cluster Overview Dashboard to fix an issue in panels whencollection
label was not present in prometheus metrics.Change custom allValues for solr_collection variable from
.+
to.*
in Query Performance Dashboard to fix an issue in panels whencollection
label was not present in prometheus metrics.