Currerntly we running WebSEAL on virtual appliances and want to migrate to docker. But I am nor sure how to configure the logging.
The audit log is currently configured like this:
setentry aznapi-configuration azn-server-name %%PARAM_INSTANZ%%-webseald-%%PARAM_HOSTNAME%%
setentry aznapi-configuration logcfg audit.azn:rsyslog server=%%PARAM_SIEM-SERVER%%,port=%%PARAM_SIEM-PORT%%,log_id=WebSEAL-%%PARAM_UMGEBUNG%%-%%PARAM_INSTANZ%%
addentry aznapi-configuration logcfg audit.authn:rsyslog server=%%PARAM_SIEM-SERVER%%,port=%%PARAM_SIEM-PORT%%,log_id=WebSEAL-%%PARAM_UMGEBUNG%%-%%PARAM_INSTANZ%%
will this work further work within a docker container?
The webseald and message logs are forwarded via SyslogForwarder to a elastic server. How can I configure that for a docker based WebSEAL?
Currently I can the message log is printed to stdout and I can get it via "docker logs", but I did not found the webseald.log.
On the page Docker image for Verify Access Web Reverse Proxy I found, that I have to set
[logging]
requests-file = stdout
but webseald.log is further on not on available via "docker logs".
------------------------------
Andreas Rühl
------------------------------