Configuring dynamic system settings for search
You can enable search by using dynamic system settings.
- To view an existing setting, from the navigation panel, click Records > SysAdmin > Dynamic System Settings. To create a new setting, click Create > SysAdmin > Dynamic System Settings.
-
Create and configure the following settings by clicking Create.
Dynamic system setting Default Description indexing/distributed/transport/port
9300-9400 Enables communication between nodes. Open a TCP port for each node in a Pega Platform cluster and make each port available for the indexing engine to use (for internal node-to-node communications only). indexing/distributed/search_timeout_millis
None Sets a search query time-out limit in milliseconds. indexing/distributed/masternode_discovery_timeout_millis
30 Sets the time-out to wait in milliseconds, for all nodes of a cluster, checking for an index node to become available during the startup process. If an index node is not available, the node starts after the time-out; it does not wait for the indexing node to become available. Node initialization synchronizes the nodes once the indexing node is available.
alerts/search/operationtime_threshold
None Generates alerts for search queries whose response time, in milliseconds, exceeds the specified threshold. indexing/distributed/enable_inter_node_encryption
false Specifies whether encryption and authentication are enabled for communication among search nodes. indexing/distributed/enable_onlyselectedfieldsinfulltextsearch
false Specifies whether to include only those properties with the Make this property available for full-text search option selected on the relevant Custom Search Properties instance. indexing/distributed/search/displaySecuredProperties
false Specifies whether to include properties with access control policies in search results. indexing/distributed/search_maxclausecount
1024 Specifies the maximum number of search clauses. For example, when you have a filter such as pxObjClass StartsWith "Data-Admin*"
, and if there are more than 1024 values of pxObjClass that would match, you would exceed the default maximum. - In the Short description field, enter a short description.
- In the Owning Ruleset field, enter the owning ruleset, for example, Pega-RulesEngine.
- In the Setting purpose field, enter the setting as shown in the preceeding table. For example indexing/distributed/search_timeout_millis.
- Click Create and open.
- In the Value field, enter the value. For example, 3.
- Click Save.
- Repeat this procedure for the remaining settings.
- Click Save.