Skip to main content

We would like to monitor log sessions for security reasons, the session logs gives some insight but we would like to see the IP-addresses of the logs. Is it possible to see this information in Indicium or somewhere else?

Hi Ezgi,

IP-addresses are not stored in the Session log of IAM. However, you can log these in Application Insights. It is also possible to log these yourself, by reading the session variables tsf_ipv4 and/or tsf_ipv6 and writing those to a log table for instance.


Reply