Creating a dynamic system setting
Add a dynamic system settings rule to change default system behavior.
For example, by default, encryption and authentication are not enabled for communication among search nodes. To enable encryption, create theindexing/distributed/enable_inter_node_encryption
dynamic system setting and
set it to true. - In the header of Dev Studio, click .
- Enter a short description.
- Enter the Owning Ruleset.
For example: Pega-RULES If no ruleset is associated with the data instance, when the data instance is saved, the system assigns a ruleset from the current application, which assists with application packaging. - In the Setting Purpose field, enter the name of the
setting.
For example: indexing/distributed/enable_inter_node_encryption, where the key structure has the following components: - File type – Specifies the kind of setting for the instance.
prconfig
– Used forprconfig.xml
settings.properties
– Used forprbootstrap.properties
settings.- blank (no value entered) – Used for unspecified Data-Admin-System-Settings.
- Setting name – Specifies the name of the setting and can include long strings that are divided by slashes or periods.
- Node classification – Specifies the node classification for the
instance. For
prconfig.xml
settings, usedefault
. For example, theprconfig.xml
settingasyncservices/enable
as a dynamic system setting isprconfig/asyncservices/enable/default
.
- File type – Specifies the kind of setting for the instance.
- Click Create and open.
- In the Value field, enter the value for the setting.
For example: - true for a Boolean value
- 100 timeout value
- Click Save.
Previous topic Learning about default dynamic system settings Next topic Editing a dynamic system setting