Hi Team, I am trying to below query, it showing the all servers are up, I tested one server stopped and checked it's not showing Down status, please fine the below query index="_internal" | ev...
See more...
Hi Team, I am trying to below query, it showing the all servers are up, I tested one server stopped and checked it's not showing Down status, please fine the below query index="_internal" | eval host=lower(host) | stats count BY host | append [ | eval host=lower(host) ] | eval status=if(total=0,"Down","up") | table host status Please letme know exact query on that.