Previous Topic: Event Policies Not Producing Expected ActionsNext Topic: Searches Taking Too Long


How Do I Control the Event Management Data Flow to the Operations Console?

Symptom:

I want to control the Event Management data flow to the Operations Console so that I can manage my events more efficiently. How can I do that?

Solution:

To decide how you want to control the Event Management data flow to the Operations Console, configure the eventManagerClientConfig.xml configuration file.

Follow these steps:

  1. Open the SOI_HOME\tomcat\lib folder.
  2. Locate and right-click the eventManagerClientConfig.xml file, and select Open With, Notepad from the context menu.
  3. Configure the following parameters, and save and close the file:
    timeoutValues

    Specifies the amount of time in seconds that the event service waits for a response to a query request. Each type of request can have its own value. You can set the timeout values for the following actions:

    • DeployPolicy
    • DeployScript
    • GetConnectorInfo
    • GetDeployedPolicy
    • GetDeployedScript
    • GetEvents
    synchInterval

    Specifies the polling interval in seconds for determining the available event services. The list of data sources available in the Event Policy dialog (Tools, Event Policies) in the Operations Console reflects the current state of this polled information. Any changes to the status of data sources can take up to the interval time (specified for this parameter) to update in the Operations Console.

    Default: 45

  4. Restart the CA SAM Application Server service.