Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
Hi Shubham,Have you tried posting this as a discussion post in the plug-ins category? Plug-Ins If that doesn't help, you can report an issue from the right-hand side of the page on this page.
I am using this function first time , we haven’t used this function before. Yes it is the problem only with login audit
Are none of the logs working or is the problem only with login-audit.csv? And was this working for you prior to upgrading to 24.1?
Hi Appian AppMarket Can you please help on this query?
Hi max.carp I tried that as well , but Still no rows are getting returned .
thanks
To include paging info as above, you should use the function readcsvlogpaging(), as in:
readcsvlogpaging(csvPath: "login-audit.csv",startIndex :1,batchSize:20)
Hi Team ,
I am some issue, I am trying the below expression but only getting the header values.
readcsvlog(csvPath: "login-audit.csv",startIndex :1,batchSize:20)
Currenlty we are working on Appian version 24.1
hi bihitakd0002 Gregor Gisler-Merz
I am also facing the similar issue , I am trying the below expression but only getting the header values.
readcsvlog( csvPath: "login-audit.csv", startIndex :1, batchSize:20)
Did you guys got any solution ? Currenlty we are working on Appian version 24.1.
Is the plugin compatible with 23.4 to read audit log ?
We are having the same issue as well, and it turns out it's due to the new column. When the log file rolled over, it pulled from the new one fine, but we can't retrieve data from older files. We are relying on this plugin to build auditing reports, so missing data is a big issue for us!