How to read performance logs

Hello Team,

 

Could anyone please let me know how to read performance logs. Is there any function available?

There is a requirement to download performance logs to another file and upload them to another server.

I have tried a couple of them, but it doesnt read the content of it..readcsvlog(csvPath: "engine_summary-1.csv")

Looking forward for some response.

 

Thanks in advance,

Divya

  Discussion posts and replies are publicly visible

Parents
  • Hi Divya - what version of Appian are you running and are you referring to the functions offered up by the Log Reader plug in ?

    I'm using Log Reader functions in 18.2 and they pull back data all ok - you have to specify all optional inputs though if you want to use one optional input (even if null - in my experience)

    readcsvlogpaging(csvPath, startIndex, batchSize, filterColumName, filterOperator, filterValue, timestampColumnName, timestampStart, timestampEnd)

  • 0
    A Score Level 1
    in reply to paulc919
    Hello,

    I am using 18.3 version. Still getting null values.

    readcsvlogpaging(
    csvPath: "engine_summary-1.csv",
    startIndex: 1,
    batchSize: - 1,
    filterColumName: null,
    filterOperator: null,
    filterValue: null,
    timestampColumnName: null,
    timestampStart: null,
    timestampEnd: null
    )
Reply Children