Limit the number of defined searches

Prev Next

You can set a limit for the maximum number searches that can be defined on the Enterprise Search page. The default is 10 searches. When the configured limit is reached, errors occur.

You can review and modify this limit using the CLI.

Prerequisites
  • Admin access

Review the maximum search limit

To review the maximum search limit:
  1. Enable CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Review the issue limit:

    hostname (config) # show hx server search

    The output from this command might look like this:

    HX Enterprise Security Search Configurations:
    
    Concurrent search limit:    5
    Existing search limit:      10
    Search issues item limit:   10

Change the maximum search limit

To change the maximum search limit:
  1. Enable CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Change the issue limit:

    hostname (config) # hx server search existing-search-limit <number>

    where <number> is the maximum number of Enterprise Searches that can be defined on the Enterprise Search page. Valid values range from 0 through 15. The default is 10.

  3. Save your settings.

    hostname (config) # write mem

Revert to the maximum search limit default of 10 unique issues

To revert to the maximum search limit default of 10 unique issues:
  1. Enable CLI configuration mode:

    hostname > enable
    hostname # configure terminal
  2. Revert to the issue limit default:

    hostname (config) # no hx server search existing-search-limit
  3. Save your settings.

    hostname (config) # write mem