Visualizer Help

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Overview of Visualizer

This section contains information on the following subjects:

 


Description of Visualizer

Oracle Complex Event Processing Visualizer, henceforth called Visualizer for simplicity, is a Web 2.0 application that consumes data from Oracle Complex Event Processing (or Oracle CEP for short), displays it in a useful and intuitive way to system administrators and operators, and, for specificied tasks, accepts data that is then passed back to Oracle CEP so as to change it configuration.

In particular, you can use the tool to perform the following tasks:

 


Navigational Overview of Visualizer

Visualizer has two main panes, as shown in the following graphic:

Figure 2-1 Sample Visualizer Window

Sample Visualizer Window

Figure 2-1 shows a domain that contains a single server instance called WLEventServer. The server contains two deployed applications: dataservices and fx; the fx application is currently opened. The right pane contains the configuration of the rules of the preprocessorAmer stage; in particular, preprocessorAmer has been configured with a single rule called UsdToEurRule.

In addition to the two panes, Visualizer provides the following top menu items:

Using Visualizer to Update Configuration Data

Although you can update much of the configuration of an Oracle CEP instance and its deployed applications, not all fields can be updated. The following bullets describe the rules that determine what fields can be updated.

Note: The preceding rules assume that you have logged onto Visualizer with the required authentication credentials for performing the desired update task.

 


How to Invoke and Start Using Visualizer

Visualizer is itself an Oracle CEP application that is automatically deployed each time you start a server. To start using it, follow these steps:

  1. Invoke the following URL in your browser:
  2.   http://host:port/wlevs

    where host refers to the name of the computer on which Oracle CEP is running and port refers to the Jetty NetIO port configured in for the server (default value 9002).

    The port number is configured in the DOMAIN_DIR/config/config.xml file, where DOMAIN_DIR refers to the domain directory such as /beahome/wlevs30/user_projects/domains/wlevs30_domain. The port number is the value of the <port> child element of the <netio> object configured for the Jetty server, as shown in the following example (only relevant parts shown):

       <netio>
    <name>NetIO</name>
    <port>9002</port>
    </netio>
       ...
       <jetty>
    <name>JettyServer</name>
    <network-io-name>NetIO</network-io-name>
    ...
    </jetty>

    For example, if your browser is running on the same computer as Oracle CEP and you are using the default port, invoke the following URL:

       http://localhost:9002/wlevs
  3. In the Logon screen, enter the name and password of the administrator user you configured when you created the domain.

You are now ready to begin using Visualizer to manage, configure, and monitor Oracle CEP instances and the applications deployed to the server instances. For information on typical tasks, see:


  Back to Top       Previous  Next