Hi @Brandon_Kobel, Sorry for the delay in getting back to you. I have a couple of queries, could you please clarify. I'll provide you my data which I'm feeding via logstash.
Data:
ETime,OverAllStatus,Env,Host,Port,DiskSpaceStatus,ScriptStatus,DBStatus,TotalDiskSpace,FreeDiskSpace
2018-03-12 10:20:24.516Z,1,qa1,abc.xyz.com,8080,1,1,1,315683848,178826512
2018-03-12 10:20:49.123Z,1,qa2,abc.xyz.com,8080,1,1,1,315683848,178826222
So as you can see OverAllStatus,DiskSpaceStatus,ScriptStatus,DBStatus are getting data as 1's or 0's based on the Up/Down status.
How can I display this data as Up and Down or say Green or Red based on 1 and 0. Which visualization type should be used to have a better picture of this type of data.
If i have to convert this type of data to text, how can text be used to display. I am attaching a sample format.
Instead of Log API, Log Transformer etc, i would be having QA1, QA2 etc.
Please help.