You must enter the name of an existing executable command in the Command Path field.
For example, if you want to write a line to a text file each time an event occurs, and you want the line to contain the name of the event and the property tag of the device, use one of the following executable commands:
On a Windows system, enter an executable path of echo and parameters of ${event.name} ${source.propertyTag} >> c:\temp\events.txt
or
On a Unix or Linux system, enter an executable path of /bin/echo and parameters of ${event.name} ${source.propertyTag} >> /tmp/events.txt
| Note: | The Command Path field is limited to 80 characters. |