Hi Everyone,
Is there way where we can export and see job logs with log fields from orchestrator.
While doing export, It’s giving log messages details.
Thanks,
Hi Everyone,
Is there way where we can export and see job logs with log fields from orchestrator.
While doing export, It’s giving log messages details.
Thanks,
hi @Codeverse
No, Orchestrator UI export does not include Log Fields it only exports log messages.
If you need log fields:
Use Elastic / Insights (log fields are stored there)
Or query logs via Orchestrator API / Elastic directly
Hi @Codeverse
Not possible from Orchestrator UI.
Only log messages are exported.
Log fields require DB query, API, or Insights/Elastic.
Thanks @arjun.shiroya and @Monali_Vekariya, Yes I can try alternative of Elastic search.
You can get the logs with fields from the Bot machine’s Execution log.
It will be available at C:\Users\YourBotUserId\AppData\Local\UiPath\Logs
You can build a small utility to get this log file and extract relevant data.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.