Hi Experts,
Need your valuable suggestions here . My plan is to prepare a line chart for disk utilization for 10 servers .
I have data like , here total memory will always be fixed but utilization will be variable .
timestamp, servername, total_memory, Utilization
Aug 25, abc1, 100, 20
Aug25,abc2,100,30
Aug25,abc3,100,50
.
.
.
.
I want to prepare a histogram , a line chart for all the servers first then I will be filtering it out for individual server , so it would be like in Y axis shows disk utilization in % and X axis shows date and time .
I do not find a perfect solution in kibana for this requirement . Please suggest how i can achieve this .
Thanks
Vikas