Hi community,
I'm considering using a monitoring agent to monitor Engine Log files of scheduled workflows on AlteryxServer.
To do this, I need to specify the name of log files, which the following document says will be named "Alteryx_Log_[number].log".
As far as I've tried, [number] is supposed to be UNIX timestamp.
https://help.alteryx.com/it/node/16621
Can I customize the file name myself, for example, "Alteryx_Log_[workflow name].log"?
Thanks,
Solved! Go to Solution.
Hey @kuze ,
Unfortunately, you can't.
You can build a workflow that reads all log files and rename them to the workflow name. Not ideal but that is what we have for today 😅
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Run-Command/ta-p/31548
Best,
Fernando Vizcaino
Hi @fmvizcaino,
Just knowing that I couldn't do it helped me a lot.
Thank you very much!