Log Reader

Overview

Plug-in Notes:

  • Allows only System Administrators or members of the Designers group to access log data.  
  • Does not load files outside the logs directory or files that do not end in .log.* or .csv.*.
  • On multi-application-server environments, logs will only be shown from a single application server.
  • Custom headers can be specified as an optional parameter. This is meant to be used for .csv files that don't contain a header.

Key Features & Functionality

The Appian Log Reader Plug-in contains functionality to:

  • Read files in the Appian /log folder (.csv or .log) and return them as structured data
  • Aggregate data from a .csv file
  • Serve as the source for a service-backed record for viewing logs
Anonymous
Parents
  • Hi Team

    Unable to read sites_usage.csv from path "audit/sites_usage.csv" using readcsvlog plugin, after  Appian upgrade to 23.3 , however we were able to read audit/user_management.csv

    This function is working on older version of Appian (23.2)

    User management CSV

    Site Usage CSV

  • The plugin has a problem with mixed log files. With Appian 23.3, there was a new field introduced, PageGroup, which was not there in the previous release for sites_usage.csv.
    Rolling over the log file will most probably cure the issue.
    If you are on-prem you can do it yourself. If on cloud open a support request and ask them to roll over the sites_usage.csv so that only the latest version is active with the additional group (no column mix).
Comment
  • The plugin has a problem with mixed log files. With Appian 23.3, there was a new field introduced, PageGroup, which was not there in the previous release for sites_usage.csv.
    Rolling over the log file will most probably cure the issue.
    If you are on-prem you can do it yourself. If on cloud open a support request and ask them to roll over the sites_usage.csv so that only the latest version is active with the additional group (no column mix).
Children
No Data