How to create a log that show web hits on mikrotik proxy

Dear All,
I have Mikrotik RB450 with ROuterOS 3.22 installed.
I also configure proxy on my mikrotik.

Could anyone help me to make my mikrotik have a log that can show me what web page accessed by my user? It is like web hits.

your help will be so appreciated.
Best Regards

You can try proxylizer
http://wiki.mikrotik.com/wiki/Proxylizer

Dear Mrz,
Thanks for your help. But are there other option that i can use for this. if i take Proxylizer as a solution, in my opinion it is to complicated as i have to prepare one more machine, and install all required application. I just want to see what web site that is accessed by my user.

Anyway thanks a lot. I will think about it.
Rgds

you can simply set webproxy logging
/system logging add topics=web-proxy

Dear Mrz,
Thanks again for your help.
I can set the web proxy log now, it seem mikrotik only generate the ip address in the log.
one more question, how to print web proxy log only? as i found that when i use log print command i get all log from mikrotik.

Best Regards

/system logging action add name=proxy
/system logging add action=proxy topic=web-proxy

Now you can print only proxy buffer.

/log print where buffer=“proxy”

Hi Mrz,
Thanks for your prompt reply.
It works perfectly.. :slight_smile:

Best Regards