Sending QueueItem as log to Orchestrator / Elastic

Hi guys,

We are currently working on creating a dashboard with details of a specific process that the robot is executing. Therefore, we would like to directly send the content of a QueueItem to Elastic as a log. We have been trying add log fields to enable this, which works for DataRows. However, it has not been working yet for QueueItems. Does anyone else have experience with this?

Best,

Mathijs

Unfortunately, this issue has not been resolved yet. As Elastic is reading the entire QueueItem as a string and not as JSON format. Therefore, we can’t select the SpecificContent in QueueItem to build dashboards on. Anyone experience with this?