Hi!
I'm trying to use the "Log Reader" pluging to read the login-audit.csv logs through expression rules, but it doesnt work. According to the comments on the pluging it seems that this is a common failure, so does anybody knows how to make it work or any other way to store this information on the Appian Database?
Discussion posts and replies are publicly visible
Are you working in HA? if it's your case, I think that you have to append the node name to logs path
readcsvlog() function is working for me. See sample code and screenshot for reference.
a!localVariables( local!logFile: readcsvlog(csvPath: "login-audit.csv"), local!logFile )
hi romiev8844 could share some information what are the errors you are receiving? when you are trying to implement
Hi! That's what I did but now I realize that it failed because I've been trying to read logs older than a month and in those cases the file extension changes from .csv to csv.gz Do you know if there's a way to read those folders, which contains the csv that I need to read? ?
Ok, thanks!
use Gunzip-File-Utilities plugin to read .gz files