We have a requirement to save login-audit.csv files into the database and show them in grid format. The problem is that the files older than 1 month are saved in 'gzipped' format and I am unable to access them using 'Log reader' plugin. I thought of an approach that includes saving these files into appian and then unzipping them for further processing but I am unable to save them.Any help is much appreciated.
Discussion posts and replies are publicly visible
YOu can usse the following app
User Activity Tracking
Will save the login information into a table in your database, that will be populated every day via batch process with the information contained in the login-audit-csv... in that way you won't need to work with gzip files
Yes that can be useful for the upcoming login sessions but the client can also request for the past data. That is why I was trying to create a workaround.
Yes, we had to do the same.....
YOu can customize the application and use different log files located in diferent KNowledge centers (only for the first time, decompress the gzips, and load it into the database)