Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
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.
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.
Hello,
We have configured the Appian environment in HA and in order to access the logs, we have seen in some comments that it has to be done by putting the server prefix in the log path.
Is there any way to extract all the log data from the different servers in HA?
We need to be able to read directly from the log without putting any server in the path to have all the updated information.
Thank you very much
I'm trying to use this plugin to get values from records_usage.csv in the context of our GDPR solution. I can read the file with readcsvlog but filter on Timestamp seem not working. When I run this:
readcsvlog( csvPath: "/audit/records_usage.csv", timestampColumnName:"Timestamp", timestampStart: a!subtractDateTime(startDateTime: today(), days:100), timestampEnd: today() )
The function return 0 row.
Other filter works, for example:
readcsvlog( csvPath: "/audit/records_usage.csv", filterColumName:"Timestamp", filterOperator:"startsWith", filterValue:"1 Feb 2023")
But my goal is retrieve a periode and this kind of filter doesn't support "Between"
Regards
Jean-Alain
Good day. For one of our client`s requirement, we are trying to extract the data admin logs from the .log files by using this plug-in. We are ale to extract the data logs from the main file "rdbms-audit.log.yyyy-MM-dd" however we are not able to extract from the extension files of the main file like "rdbms-audit.log.yyyy-MM-dd.1", "rdbms-audit.log.yyyy-MM-dd.2" etc
Request your support/guidance on the above challenge. Thank you.
At this point, this plug-in seems pretty much abandoned. Any additional feedback here would be appreciated.
I am having the same issue and have not found a resolution as of yet. Has anyone had any success implementing this on HA?
yes.
Hi, is this plugin compatible with version 22.3 ?