Customized Apache Log Format
Can WebLog Expert support customized Apache log format? Our apache log format looks like this:
LogFormat "%h %l %u %t \"%r\" %>s %b %{AUTHREMOTE_EMAIL}i \"%{Referer}i\" \"%{User-Agent}i\" %{googletrack}C" pmc
We need to map %{AUTHREMOTE_EMAIL}i to authenticated users so that we can trace the authenticated users and their corresponding web activity.
Any suggestion on how to configure weblog expert is appreciated.
LogFormat "%h %l %u %t \"%r\" %>s %b %{AUTHREMOTE_EMAIL}i \"%{Referer}i\" \"%{User-Agent}i\" %{googletrack}C" pmc
We need to map %{AUTHREMOTE_EMAIL}i to authenticated users so that we can trace the authenticated users and their corresponding web activity.
Any suggestion on how to configure weblog expert is appreciated.
can you elaborate on how to add a stringed data into the username field under visitors ?
we have users sending information in the following format:
http://***.******.com/services/update...? username=*********&password=*********
Thanks !
Roy