Hi, I have a data source that lists phone calls. Each call record will list a set of values, in defined fields The key information I’m interesting in, is a field called Phone_Number And a field c...
I have simple search: index=xyz logLevel IN (ERROR, INFO) How do I plot two different color in a timespan chart? See attached sample timespan chart. Ideally, I want to show red fo...
Hey there,
I have a field let's say "abc" with values as such : 1,3,5,7,5,3,2,1,5,7,8,5,1,1,2,2,3,2,1,1,2,3,2,3
here what I am trying to look here is first do a stats count by abc | where c...
Hi, I wonder whether someone can help me please.
I'm using number the following as part of a query to extract data from a summary Index
| stats count(eval(repayments_submit="1")) as r...
I can't comprehend what 'eventstats' is. I went thru the splunk docs. I wanna use math functions like avg.. etc.. not sure whether to use stats avg or eventstats avg !! An example would be a...
I'm going to check the permission and rejection of the scan attack per hour. At this point, what I wrote... Which is appropriate, Vlaues or the list? Also, which one is suitable, stats or stream stats...
...f and stats sum, and 2) stats if count.
How can I make these methods work, if possible? I want to understand the functions in this context. Also, is there a better way?
Here is my eval a...
hello I stats events after 2 eventstats command like this | eventstats sum(netp) as "netp1" by site
| eventstats sum(netp) as "netp2" by site user
| stats last(netp1) as "n...