Skip to content

Blue Prism

Cyderes supports the ingestion of logs from Blue Prism.

Blue Prism provides, "Robotic process automation that combines your human and digital workforces."

Chronicle Data Types

  • BLUE_PRISM

Caveats / Known Limitations

Logs reflect user login activity and changes to the Blue Prism system configuration.

Requirements

Blue Prism security logs are extracted from its management database, which requires the database owner to create a custom program to query the database and send logs to a CYCLOPS forwarder.

Configuration

Your CYCLOPS forwarder should be deployed before you develop your custom extraction program.

  • Cyderes will provision a CYCLOPS port for Blue Prism logs.

Program specifications

  • Send logs to the URL or IP address of your CYCLOPS, including the provisioned port number.
  • Cyderes recommends using TCP, although UDP is supported.
  • Logs may use either Syslog or JSON formatting.
  • UTF-8 character-encoding is required.
  • Compression is not supported.
  • Do not include log headers with the message.
  • Use a newline character to delimit individual logs.