below question: Can we capture the user activity in Administration console or designer page even if the user is not changing anything there , user start pages ,etc. and they are not making any changes , Is this activity also captured in the logs and if it is which log should I find it?
Discussion posts and replies are publicly visible
You can view the Current User Activity in the Admin Console under the Monitoring section.
Hello gastona867608 ,
You can view the details in the system logs in the login-audit.csv
docs.appian.com/.../Logging.html
You can use the admin_console_*.csv to see any changes.
But just to see which pages/sections were accessed, I think your best best is the tomcat-access.log.
All requests that are processed by the application server are logged to tomcat-access.log in <APPIAN_HOME>/logs. Tomcat access logs give you information about who has access to your application, what resources were accessed, the IP, queries, date, etc.
tomcat-access.log
<APPIAN_HOME>/logs
Hi gastona867608 ,Not all interactions are logged at a detailed page-view level by default. Usually audits only capture the activity when something is changed.You can check the following logs in System Logs section.Logs That Capture User Activity:1. login-audit.csv - capture login activity like username, timestamp, status.2. In audit/ folder you can see admin_console_audit.csv - which gives you audit in admin console. etcYou can check the picture attached : Go to System Logs: audit/Open the logs as per your requirement.Hope this helps you!!!