Hello,
I have problem with stats after query searching on splunk.
Please see detail on image.
@tanglong,
Try
"your base search"|stats dc(src_ip) as count,values(src_ip) as src_ip by user|sort -count
Thanks @renjith.nair . Its working.
@tanglong,
Try
"your base search"|stats dc(src_ip) as count,values(src_ip) as src_ip by user|sort -count