Hi All,
I am using Microsoft's Log Parser tool with which I can query my IIS logs.
Now I have a query to select different client ips and the count like,
select c-ip, count(c-ip)
FROM
File Name
group by c-ip
Same thing I need to try with splunk search, but I can't. 😞
Please help.
... View more