Read System Logs in Process Model / Dashboard on Appian Cloud

Hi All,

I'm trying to come up with automated process to present the data from 'system logs'.

As an example I'm interested in system logs\audit\sites-usage.csv report.

I would like to either:

  1. Create Dashboard/Report to present the data directly from that log
  2. Create a Process Model that will get the data from the report and insert it into Data Store Entity

Does anyone know if it's possible? Can we refer those logs in a process model?

Thank You!

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Andrzej Hejchman

    Use the "readCsvLog()" function with caution.  Among other things, it (incorrectly) strips away quotes from lines that contain commas, making it nearly impossible to use (at least) for the design errors log.  The newer "tail" function(s) fix this error, and read log files starting from the most recent lines instead of from the beginning, though in those functions pretty much all of the filtering options are broken.  The plug-in doesn't seem to be under active maintenance.  It's still usable of course, but with lots of bending-over-backwards depending on what you need out of it.

Children
No Data