Previous Topic: How to Search Archived Event Store Files?Next Topic: Event Processing Performance Due to Mid-Tier Connector


Not Enough Event Groups in Search Results

Symptom:

I want to increase the number of event groups in search results so that more groups are returned in results.

Solution:

To create the maximum number of event groups in search results, configure the EventManager-wrapper.conf file.

Follow these steps:

  1. Open the SOI_HOME\jsw\conf\EventManager-wrapper.conf file.
  2. Add the following Java define as necessary or change its default value in the Java Additional Parameters section, and save and close the file:
    ESTORE_MAX_QGROUP=

    Determines the maximum number of groups to return in search results.

    Default: 10

    Preface the parameter with the correct additional Java parameter syntax and the appropriate sequential number, as shown in the following example:

    wrapper.java.additional.3=-DESTORE_MAX_QGROUP=10
    
  3. Restart the CA SAM Event Management service.

    Subsequent event searches use the configured settings.