Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
thanks Gregor for the response, below is the expression
readcsvlogpagingwithheaders(csvPath:"design_errors.csv",startIndex: 1,batchSize: - 1,
),
Are there any plans to update this plugin? so that it can support the tracking of site usage logs in 23.3 environment
How do you try to read it? Can you be more precise?
Hi Team,
we are trying to read the csv file design_errors.csv using this plugin, however no data is returning. any reason why?
Hi Trong Quan, we are also facing similar issue after upgrading to 23.3, Would you please let us know if you were able to get the issue resolved?
Hi Team, we are also facing similar issue, Would you please let us know if you were able to get the issue resolved?
Hi Team
Unable to read sites_usage.csv from path "audit/sites_usage.csv" using readcsvlog plugin, after Appian upgrade to 23.3 , however we were able to read audit/user_management.csv
This function is working on older version of Appian (23.2)
User management CSV
Site Usage CSV
Is the plug-in out-of-date with the later Appian version?. We use the readcsvlogpagingwithheaders to pull the data from the logs and establish headers to help parse the data. However, that same function only create the header but doesn't pull in the data. The other functions from the plug-in are able to pull in the data but without pre-defined header so it uses the first row of data to make the headers which is incorrect and we can't parse the data like that.
Hi Guys,
We just updated Appian version to 23.3 and our process that was using the Log Reader plugin stopped working. After short investigation it occurred that paths for our logs has changed to '/shared-logs/.../audit/'. We do not have High Availability environment, so it seems that the path to logs was updated also for non-HA installations. Are there any plans to update the plugin ?