23-Oct-2020 02:59
Good Morning!
I need to extract some information regarding Logon on portal access, but i can't find it in the logs.
i want to know:
User logged, time of login, time of logout, and what resources was used when accessed the portal. Is this possible?
This Data will be exported next for Business Intelligence purpose.
Thank you so much!
25-Oct-2020 05:14
username, time of login, time of logout should be possible. not in one line, but when you run the APM reports you can find this information. all that information is also in the /var/log/apm log, but it will require coding to get the details together.
access logging is more difficult, you would have to enable access logging on the portal access resources and then combine that with the other information. this will also require some coding and be probably more complex.