Get data from Login Audit.csv in distributed environment?

lHi, 

Is there any way to achieve below scenario other than log streaming form Appain?

Currently our PROD environment has 3 servers and based on the load users are navigated to different Servers. 

We would like to get login-audit.csv file from all the 3 servers. Currently with readcsvlog function we are able to get data only from the current server where the function is ran.

Any suggestions are appreciated. 

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to juergeng393

    Log Streaming does apparently handle the distributed logs across different app servers - but after having previously looked into it some, there does not appear to be a *direct* way to utilize that functionality from within Appian.  In other words, you need to have an external log stream receiver set up to then store the logs somewhere, and then use that external source somehow.

Children