Hello, I would like to set up statistics on the visited websites by the users. I would like to find all users who visited online shopping websites. However, i have to exclude all the links related to advertising. So how can i exclude the logs related to advertising so that I can measure the real number of visits to these shopping websites? If this is difficult to measure, another idea can be counting only the users who logged in their personal account in these shopping websites, how do I specify this? I hope my question is clear, I am very new in Splunk.. example: sourcetype=MWGaccess3 urlc="Online Shopping" | top limit=15 user
... View more