Wowza Community

Logging ip addres of client that enters to manager

My issue is about adding logging ip addres of client that enters to manager.
I have added proprer formating for log4j configurations but it shows me only dash.
/usr/local/WowzaStreamingEngine/manager/conf/log4j2-config.xm
…\tc-ip…
…\t%replace{%X{c-ip}}{^$}{-}…

/usr/local/WowzaStreamingEngine/manager/conf/log4j.properties
log4j.appender.serverAccess.layout.Fields=date,time,tz,x-server,x-user,x-severity,x-category,c-ip,x-comment

I could be wrong but possibly c-ip is fir wowza engine and not wowza manager. If you see the manager log configuration you will see other placeholders such as user etc that are not in the logging documentation. Which is why I believe it might be a different token altogether.

My manager is exposed to network, then I would to see visitor IP to include fail2ban rules for example.

Perhaps if wowza manager logging does not have this feature you can use Linux administration tricks to log the ip addresses attempting to connect to manager port.