Hi team,
I'm exploring options to fetch user login audit logs for extended periods such as the last 3 months, 6 months, or 1 year.
Currently, I only see daily login audit data available. Is there a more efficient or consolidated approach to retrieve historical login activity over longer durations?
Any guidance or best practices from the community would be appreciated.
Discussion posts and replies are publicly visible
System login data logs accessible via getLastLoginDateTime(), retain information for about 30 days by default. For historical login data beyond this period, it’s best to implement a custom process that extracts login info daily and stores it in a database table for long-term tracking.
Check your environment’s log retention settings, as exact retention durations may vary.
Please check this as well. You might need to process this data and built your own logic for User login audits.I have a question to Appian Team, By default Appian is providing User Record, why can't Appian itself provide user login audit information extending to the current User Record.
Log Reader
Could you please elaborate, if we need 3 months data?
As per my understanding it's not possible. But check with appian support once.