Log JobID to JobDetails pane in Orchestrator

Hi,

I was wondering if its possible to view the JobID in the jobdetails pane of Orchestrator. It would be very helpful to just pick the job id from there and search through the logs in Kibana.

We disabled the UiPath logging into database and only have logging in ELK

Regards
Kiran

If you are having your local Orchestrator, then it is easy to find JobId in Jobs table. Maybe you can try using that for finding your logs. Or may write a custom service to fetch JobId.

Also, if you can try checking any elastic search query which can bring details by JobId, you can try to set that up in Kibana. However, this would be purely custom code and may not work as I have never tried it with UiPath.