Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to <SP_HOME> from the terminal and Access the Stream Processor Studio via the http://<HOST_NAME>:<EDITOR_PORT>/editor URL. 
    • On Windows:  editor.bat --run
    • On Linux/Mac OS:  ./editor.sh

  2. Access the Business Rules Template Editor via the http://<HOST_NAME>:<PORT>/template-editor URL. 

    Info

    The default URL is http://localhost:9390/template-editorIf 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.

  3. 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
    maxLevel2
    minLevel2

...