Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Deleted Hosts still appear in Grafana

avatar
Super Collaborator

Hello all

I've noticed that in the Grafana UI when i filter for specific servers i can still see in the list Hosts that are no longer a part of the cluster (Datanodes that were deleted completely from the cluster).
How can i remove them from Grafana UI ?

Adi

1 ACCEPTED SOLUTION

avatar
Master Mentor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
4 REPLIES 4

avatar
Master Mentor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
Super Collaborator

@Jay Kumar SenSharma

Thank you for your promptly response !
I was refering to hosts that were deleted months ago that are still there...
So it seems that Grafana isn't aware to the change....

avatar
Master Mentor

@Adi Jabkowsky

Grafana pulls all historical metrics related data from AMS collector, So your AMS might be having the old host information.

Please try accessing the following URL of AMS collector to see how many hosts are there and to verify the AMS database still has Old host info:

http://<ams-host>:6188/ws/v1/timeline/metrics/hosts

avatar
Super Collaborator

@Jay Kumar SenSharma

The old hosts are still in the AMS metrics. I will take care of the TTL in AMS as per your recommendations.
Thank you !