Tried using the Log Reader Plugin but it does not read logs from all servers.
Any suggestion is appreciated.
Thanks
Discussion posts and replies are publicly visible
I am facing same issue.
do you have any idea how to resolve this ?
Hi Yogesh,
The original Q&A is a little vague; if you have multiple application servers in a single Appian instance then I'm not sure that I have an answer that's any better than what's above.
If you're in a High Availability config or other distributed topology, we've found a way to do that. It's fairly simple:
HI Jesse Knight
Its working fine now.
able to fetch logs from all the servers.
Thank you
Jesse Knight , I would love to use this plugin to get the user audit logs, but I have not been able to figure out how to add the server name to get the function to read the logs. Any help would be most appreciated.
I tried using:
readcsvlog( csvPath: concat(<servername>,"/","login-audit.csv"))
and it returns totalcount: -1
Jesse Knight , found that the logs are in different folders on the prod server vs the dev server. Was able to see it read the logs on the prod server with your concat(). The login-audit.csv doesn't have headers, but there doesn't see to be a way to tell the function no header.