...
- Go to
<SP_HOME>
from the terminal and Access the Stream Processor Studio via thehttp://<HOST_NAME>:<EDITOR_PORT>/editor
URL.- On Windows:
editor.bat --run
On Linux/Mac OS: ./
editor.sh
- On Windows:
Access the Business Rules Template Editor via the
http://<HOST_NAME>:<PORT>/template-editor
URL.Info The default URL is
http://localhost:9390/template-editor
. If required, you can change the host name (i.e.,localhost
) and/or the web UI application (i.e.,template-editor)
. For instructions, see Changing the Host Name and Context Path of SP Web Applications.The Template Editor opens as shown below. There are two views from which you can interact and create a template group. Design view allows you to visualize a template group and interact with it. Code view allows you to interact with a template group by typing content. (For more information about template group structure, see Business Rules Templates.)
Warning Do not template sensitive information such as passwords in a Siddhi application or expose them directly in a Siddhi application. For detailed instructions to protect sensitive data by obfuscating them, see Protecting Sensitive Data via the Secure Vault.
The following sections explain the two methods of creating a template group.Table of Contents maxLevel 2 minLevel 2
...