Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

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 Children
  • 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.