I am useing this search to get both up and down status
"index=monitoring | stats count by status "
The Table shows a count of up status and down status
How do i get a percent UP status from these two "count" numbers?
Use top instead:
top
index=monitoring | top status
View solution in original post
Now you're just making me feel stupid
Thanks