...
Setting | Description |
---|---|
Code Area | This is the text area where you enter your Siddhi queries, see 9.7473.3 Siddhi Query Language for further information. To populate the code area with SiddhiQL, and to define a default input stream and a query to stream all of the fields of the incoming UDRs to the Siddhi Analytics agent, select Set to Input. Entered code will be color coded depending on the code type. Below the text area there are line, column and position indicators. |
Compilation Test... | Choose this button to test that the Siddhi queries that you have entered compile successfully. |
Input Types | Enables selection of UDR Types. One or several UDR types that the agent expects to receive may be selected. |
Input Streams | Enter the input stream(s) from which the agent expects to receive UDR types. |
Set To Input | When you select this button, the SiddhiQL tab is automatically populated with stream definitions corresponding to the types distributed by the input agents. The code area is populated with code in SiddhiQL to define a default input stream and a query to stream all of the fields of the incoming UDRs to the Siddhi Analytics agent. The Input Types and Output Types are populated with the UDR type(s) distributed by the previous agent, and the default input stream(s) from the previous agent. The Output Streams are populated with the default output stream based on the UDR type distributed by the previous agent. You can modify the code and settings as required. |
Output Streams | Enter the output stream(s) that you want to insert the output UDR types into. |
Output Types | Select the output UDR type(s) that you want to have. |
Output Routes | Enter the routes you want each output type to be sent out on. If you do not select any output route, the UDRs are sent on all the output routes. |
...