Hi, I have logs coming from 5 servers, consider each sends status data everytime there is change in status, So I want to create a dashboard where it shows the servername and status as single value panel. challenge here is, whenever new log comes from server, that status should be updated in dashboard panel, like real time, So old value will be replaces with new status value. Example: ABC Server Status:Down When new log comes server down status, ABC server Status:Up Like this I need to update some fields based on recent log values. Thanks in Advance!
... View more