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.
Admin access
Review the maximum search limit
Enable CLI configuration mode:
hostname > enable hostname # configure terminal
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
Enable CLI configuration mode:
hostname > enable hostname # configure terminal
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.Save your settings.
hostname (config) # write mem
Revert to the maximum search limit default of 10 unique issues
Enable CLI configuration mode:
hostname > enable hostname # configure terminal
Revert to the issue limit default:
hostname (config) # no hx server search existing-search-limit
Save your settings.
hostname (config) # write mem