A Blue Prism Release Package containing an example Visual Business Object (VBO) and Process to demonstrate sending messages to a Syslog Server using the open source SyslogNet client library for .NET. Supports both RFC 3164 and RFC 5424 Syslog standards.
The Release Package was created with Blue Prism 6.4.
In order to send messages to Syslog, you must have a Syslog Server setup and configured. You will need its IP address and UDP Port number to send messages.
Download the Example Blue Prism Package
- Launch Blue Prism
- Click File -> Import
- Select the 'ShmoopySoftBluePrismSyslogMessageExample.bprelease' Release Package
- Follow the Blue Prism import wizard to install the package
Make sure that the SyslogNet.Client.dll library is installed in the default Blue Prism installation folder, usually: C:\Program Files\Blue Prism Limited\Blue Prism Automate
- In Object Studio, open the object named 'Syslog'
- Make sure the 'Initialise' page is displayed
- Edit the 'gvSyslogServer' data item with the IP address of your Syslog server
- Edit the 'gvSyslogPort' data item with the Syslog server port number (usually 514 for UDP)
- Edit the 'gvAppName' data item with the name of the Syslog AppName to send the message to
- Save the object.
- In Process Studio, open the process named 'Syslog Process'
- Make sure the 'Main' page is displayed
- Edit the 'vProcId' and 'vMsgId' data items if sending an RFC 5424 message
- Edit the 'colStructuredDataElements' collection is sending an RFC 5424 message
- Edit the 'vMessageText' data item to set the message text you want to send (RFC 3164 and RFC 5424)
- Save the process.
- Click the Run button, or press F5
This project is licensed under the MIT License - see the LICENSE file for details