Skip to main content
Solved

Is there a way to send logs to Jenkins?

  • April 22, 2026
  • 3 replies
  • 12 views

Hi,

I was just wondering if there’s a way to send logs to Jenkins (Which we use to trigger the automations).

 

I was using a different automation tool before, kinda new to AA. I’ve explored using txt file to append the logs, but is there any way I could see those logs when the bot runs?
Also, is there a place where we can see the logs in control room? For the particular bot? Not just error logs, other logs devs use to keep track of things.

 

Thanks!

Best answer by Aaron.Gleason

@ManojYadav Real-time visibility of logs is challenging for any environment. You can write log files to the local bot runner, but you would have to “tail -f” to view them in real time.

What I’ve done in the past was to create a web page/web service that I could use to send logs and/or other real-time data to a database. In a similar vein, if you have a database that you can write to, you could do that directly.

If you have an SIEM server, you could push logs there too.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/cloud-siem-integration-configuration.html

3 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • Answer
  • April 22, 2026

@ManojYadav Real-time visibility of logs is challenging for any environment. You can write log files to the local bot runner, but you would have to “tail -f” to view them in real time.

What I’ve done in the past was to create a web page/web service that I could use to send logs and/or other real-time data to a database. In a similar vein, if you have a database that you can write to, you could do that directly.

If you have an SIEM server, you could push logs there too.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/cloud-siem-integration-configuration.html


  • Author
  • Cadet | Tier 2
  • April 22, 2026

@ManojYadav Real-time visibility of logs is challenging for any environment. You can write log files to the local bot runner, but you would have to “tail -f” to view them in real time.

What I’ve done in the past was to create a web page/web service that I could use to send logs and/or other real-time data to a database. In a similar vein, if you have a database that you can write to, you could do that directly.

If you have an SIEM server, you could push logs there too.

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/control-room/administration/settings/cloud-siem-integration-configuration.html

Thanks for the answer ​@Aaron.Gleason, maybe AA could add it in the future to the control room? It comes really handy.


Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+6
  • Automation Anywhere Team
  • April 22, 2026

@ManojYadav Great suggestion. I would recommend sending an email to support@automationanywhere.com to see if an enhancement can be added to the queue.