I am beginner to Splunk and could you help me with the following scenario.
Lets take I have a table with the field name "Computer".
The field Name "Computer" when searched for different time period gives me different values.
When I search for April the result is : a,b,c,d,c
When I search for May the result is : a,b,c,d,e,f,a,b
So the distinct count for April is 4 and for May is 6.
I would like to create a chart which shows the following.
April - 4
May - 6
What search query could I use to display such a chart which shows me the distinct count of field "Computer" on a monthly basis.
Thanks in advance.
... View more