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 Comment Children
  • Please send me the env details at somnath.dey@appian.com.

    If open the same log through suite you can see the actual node name , please use that

  • Thanks for reply. That means it should work in distributed environment now. If i have node for example "abc", then for reading the file say appian_functions_details.csv in perflogs folder i tried giving readcsvlog("abc/perflogs/appian_functions_details.csv"), but it doesn't work. Can you please give exact input i need to give for my use case here, so that i have a better understanding of it.