Versions Compared

Key

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

...

  1. Start the CEP, log in to its management console, select Execution Plans and click Add Execution Plan.
  2. Enter details in the form that appears. For example,
    The execution plan name The description is optional.

    The fields in the above configuration are described below:

    • Execution Plan Name : Can contain only alphanumeric characters and '_' character
    • Description : This is optional
    • Snapshot time interval : Defines how often the state of the processing engine should be persisted, which is used to restore after a system crash. The default value is 0, which disables this feature. If snapshot is enabled, you must start the CEP with the embedded Cassandra server enabled. To do this, specify -Ddisable.cassandra.server.startup=false option at server startup.

 

...

...

...

    • . When writing query expressions, you must import the required streams from

...

    • event builders. The As field maps the incoming stream to a stream name suitable for the Siddhi processing engine.

...

    • It can contain only alphanumeric characters and '_' character.

 

...


    • In the text field that follows imported streams,

...

    • you can enter any number of CEP statements, each ending with a semicolon.

...

Image Removed

 

...

    • For example,
      Image Added
      The Exported streams section allows you to expose the output streams from Siddhi to the

...

    • event formatter with

...

    • preferred stream IDs. For example,
      Image Added

  1. fsdf

 

Once all mandatory fields are filled, users can add the execution plan.

Image Removed

...

If the execution plan deploys successfully, it will be displayed under the available execution plans section in Event Processor menu.

 

 

Please use a character string which starts with alphabetic for streamId because in siddhi level it is considered as a java variable. Here Stream Id is a combination of stream name and version. Eg: testStream:1.0.0

 Once all mandatory fields are filled, users can add the execution plan. If the execution plan deploys successfully, it will be displayed under the available execution plans section in Event Processor menu.

 

Editing an Execution Plan Configuration through the Management Console

...