15 Managing the Event Inspector Service

This section contains the typical event inspector service management tasks you can perform with Oracle CEP Visualizer, including:

For more information, see Section 9.9, "Event Inspector Service Management".

15.1 Configuring the Event Inspector Service HTTP Pub-Sub Server

You can configure the event inspector service HTTP pub-sub server using the Oracle CEP Visualizer.

15.1.1 How to Configure the Event Inspector Service HTTP Pub-Sub Server

Using the Oracle CEP Visualizer, you can configure the HTTP pub-sub server that the event inspector service uses on a selected Oracle CEP server.

To configure the Event Inspector service HTTP pub-sub server:

  1. In the left pane, click the Domain > Server node, where Domain refers to the name of your Oracle CEP domain and Server refers to the name of the server instance.

  2. In the right pane, click the Event Inspector tab.

    The Event Inspector tab appears as Figure 15-1 shows.

    Figure 15-1 Event Inspector Tab

    Description of Figure 15-1 follows
    Description of "Figure 15-1 Event Inspector Tab"

  3. Click Edit.

  4. Edit the dialog as Table 15-1 describes.

    Table 15-1 Event Inspector Options

    Attribute Description

    Pubsub Server Name

    Specify the name of the local HTTP pub-sub server that the Event Inspector service will use.

    Pubsub Server URL

    Specify the URL of the remote HTTP pub-sub server that the Event Inspector service will use. The URL should be in the form:

    http://HOST:PORT/PATH
    

    Where:

    • HOST: is the host name or IP address of the remote Oracle CEP server.

    • PORT: the remote Oracle CEP server netio port as defined in the remote Oracle CEP server config.xml file. Default: 9002.

    • PATH: the value of the http-pubsub element path child element as defined in the remote Oracle CEP server config.xml file.

    For example:

    http://remotehost:9002/pubsub
    

  5. Click the Save button to commit your changes.