Created on
12-18-2019
11:01 PM
- last edited on
12-18-2019
11:36 PM
by
VidyaSargur
@jsensharma
I am using Ambari 2.7.3 , HDPSearch 5.0 . When looking at the grafana dashboards for Solr hosts and Solr cores no datapoints are available in graphs. According to me cluster name is not populated in template variable and that is the issue. Do you see anything else being the issue?
Created 11-04-2020 01:07 AM
Hello,
have you found a solution ?
Olivier
Created 11-04-2020 09:32 PM
No, we haven't found the solution yet.
But you can use AMS metadata APIs to see if Solr metrics are actually being posted or not.
If yes then check if the appId and hostname being set in the metrics match the ones used in Grafana dashboard.
Created 11-09-2020 12:15 AM
Thanks,
I've just be able to create a new dashboard with some metrics that I've found within the internal HBase tables with the help of this article : https://community.cloudera.com/t5/Community-Articles/Using-Phoenix-sqlline-utility-to-browse-Ambari-....
There's no metric with the app-name "solr-core-app" or "solr-host-app" as defined within the delivered dashboards. The only available app-name is "hdp-solr" with some core metrics like "hdp-solr.solr.core.<collection>.shard1.replica_n1".