Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.
解決済み

How to change the file name of engine log files

kuze
メテオロイド

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,

2件の返信2
fmvizcaino
17 - Castor
17 - Castor

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

 

kuze
メテオロイド

Hi @fmvizcaino,

Just knowing that I couldn't do it helped me a lot.
Thank you very much!