Overview
Plug-in Notes:
Key Features & Functionality
The Appian Log Reader Plug-in contains functionality to:
Since we've upgraded to 20.2 and / or deployed the latest version of this plug in, the System Logs record source no longer brings back any system logs to click on for further information.
I would suspect its the latest version of the plug in where the function systemlogsrecordtypesource or getloginfo requires the explicit relative path to find the logs ?
Testing in our non HA environments and the function works correctly, whereas in HA we are getting a null value datasubset.
Has anyone else found the same with a solution to workaround ?
Cheers
Hi All,
Does this plugin has restriction in the logs it supports, I have recently tried to read sites.csv and users.csv and it always returns blank data. Any inputs will be helpful.
Regards,
Arjun.
THe new version of this plugin works for multi-server installation on cloud. Please update the plugin notes accordingly
I missed to mention that we are in 20.2 version now.
I recently observed an issue that some of the logs doesn't read any data. I was trying to read user logs and it returns the following.
[logName=/usr/local/appian/ae/logs/data-metrics/users.csv, totalCount=-1, rows=, headers=Timestamp; Total Users; Active Users; Active System Administrators]
Hi erickp I also face this issue, did you find a solution for this?
Please send me the env details at somnath.dey@appian.com.
If open the same log through suite you can see the actual node name , please use that
Thanks for reply. That means it should work in distributed environment now. If i have node for example "abc", then for reading the file say appian_functions_details.csv in perflogs folder i tried giving readcsvlog("abc/perflogs/appian_functions_details.csv"), but it doesn't work. Can you please give exact input i need to give for my use case here, so that i have a better understanding of it.
Hi,
It works same as old version. The only new feature is for HA environment where you can access logs from all nodes.just use node name in the relative path.
I see this plugin was recently updated. Does this new version supports distributed environment? Is the old version still available? Are there any release notes for this new version, what exactly was added or updated?