Filtering for only one authenticated user?

Avatar
  • updated
How do I filter a log report for one authenticated user? I tried using an Authenticated User filter where I Included various versions of the username during many tests, but the reports still include others that have visited the site. If I Exclude this user, that user is taken off the list. This used to work years ago when I needed to do something similar, so what needs to be done?
Avatar
Michael
Do you use any other include filters?
Avatar
IT Group
I include the URL path to the site I'm running access logs on. The root site has a number of sub-sites, so I run the report for just one of those sub-sites.

Include - File: /subsiteurl/*
Avatar
Michael
If you wish to include two conditions, you need to create one include filter, choose the Multiple (Hits) mode and add the conditions you need. Otherwise if you add two include filters, hits that match any of these filters will be analyzed.
Avatar
IT Group
Thanks. That did the trick. Whew!