Member since
10-10-2016
9
Posts
2
Kudos Received
0
Solutions
09-28-2018
01:00 PM
1 Kudo
@Saloni Udani You could edit the home.json or replace it with the export of the desired dashboard. I recommend making a backup of your home.json in case you want it back, or if we make any mistakes. /usr/lib/ambari-metrics-grafana/public/dashboards/home.json To add your desired query to the dashboards list on the home, edit this bit; {
"id": 3,
"span": 6,
"type": "dashlist",
"mode": "search",
"title": "Dashboards"
}
You could change this part to include your query. For example this would change the home to only display the AMS dashboards; {
"id": 3,
"mode": "search",
"span": 6,
"title": "Dashboards",
"type": "dashlist",
"query": "AMS",
"limit": 10,
"tags": []
}
... View more
07-12-2018
03:23 PM
We have developed a custom script based alert for our ambari service which triggers alert based on some ambari metric value. For fetching this metric value, the metric collector hostname and port is required. It seems that clusterHostInfo configuration is not available in alert script, so we referred to timeline.metrics.service.webapp.address. Everthing works as expected. But now the issue arises when we configure metric service in HA mode. For metric service to work in HA mode timeline.metrics.service.webapp.address cannot be changed to hostname as we previously did. So from where can we get active metric collector hostname?
... View more
Labels:
04-26-2018
11:10 AM
@Jay Kumar SenSharma [ambari@c6805 ~]$ sudo touch /var/log/nifi/nifi-setup.log I am able to successfully run this command.
... View more
12-29-2016
11:15 AM
Once the ServiceAdvisor implementation for your service is successfully loaded, you just need to go to the configuration UI and click the Set Recommended button besides your config file ( a small blue circular arrow shaped), which then loads the recommended property in your config file. I tried and it worked for me.
... View more
03-09-2017
06:36 AM
Ok got that.Thank you @Kevin Risden
... View more