My Query : --- | stats count by "response time" | rename "response time" as "time_taken" | rangemap field=time_taken upto_5_sec=0-5000 default=more_then_5_sec | stats sum(count) by range How c...
...onth=7
| rangemap field=Year 1995=0-2003 2004=2004-2012 2013=2013-9999
| table Name, Place, Points, PlacePoints
| sort - Points
I am pretty sure when I created this the first time it worked, h...
I want to use a rangemap to create a single value panel. The issue is that the field I want to colur hold string values (e.g. "Colour_1", "Colour_2" or "Colour_3")
rangemap requires numbers. Is t...
...ould make it really gorgeous, is when I could use the rangemap command, and light up those hosts that don't have a process running. Somehow, that doesn't seem to work. Any idea's/s...
How can I make use of the rangemap when my search returns statis values like [OK or ERROR or WARN] and display a single value with a icon for each ERROR = server, OK = low and WARN = guarded.
S...
I'd like to use the rangemap feature to say
| rangemap field=myDifference low_pos=0-499 med_pos=500-999 high_pos=1000+ low_neg=-499-0 med_neg=-999--500 high_neg=-1000-
Now I can do the negative s...
Hi,
what I want to achieve is a dynamic (datetime based) rangemap of an application's exceptions. So, instead of terminating my search with a simple
... | rangemap low=0-100 elevated=101-200 d...
I have just upgraded to 4.2 and am having issues with rangemap. The below snippet worked fine in 4.1 and returned low,elevated or severe based on the input value, however no matter what value is in c...
I am trying to make a simple NOC dashboard which has value-based cell formatting for multiples tables.
(Before going further... I put 'rangemap' in the title, but I don't think that's going to be t...
I have a search that reads a value 0-10. I use a rangemap command to insert custom icons in toa table based on the what that value is. If it is 0-50, it is a red x. If it is 51-75, it is a yellow c...