Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
I am using readcsvlog(csvPath:"myPath") in return it appends "/usr/local/appian/ae/logs/" to my path in the begining which gives me wrong result, what should i do to fix it.
Hi Aditya
It depends whether you have HA or a normal Install.In a single node installation the csvPath: "perflogs/web_api_details.csv" works form me. So the full path would then be "/usr/local/appian/ae/logs/perflogs/web_api_details.csv".In case of a HA setup you would need to add the node name as well e.g., acme.appiancloud.com would be the following csvPath: "acme/perflogs/web_api_details.csv". In this case the full path would be /usr/local/appian/ae/shared-logs/acme/perflogs/web_api_details.csv. Instead of logs we have in this case shared-logs which will be added by the plugin.