system-prod.yml

Parameters of the configuration file used by the SYSTEM service in productive systems.

Characteristics

Configuration File Namesystem-prod.yml
Referenced by Servicessystem
Storage LocationGit root directory 

Parameters

ParameterDescriptionDefault Value
schema.changed.observersServices that do not belong to yuuvis® core but need to be informed about any changes of the schema./rest-ws/refreshschema?global=%s, /sothook/schema/refresh?global=%s, /primarysothook/schema/refresh?global=%s
schema.tenant.properties.limit

Integer value defining the maximum number of property definitions allowed in a tenant schema.

Note: If the value is increased, it is recommended to adjust the maximum number of fields in your Elasticsearch index as well. Increase the  index.mapping.total_fields.limit parameter via the Elasticsearch Update index settings APIPlease do not exceed the limit recommended by the Elasticsearch provider

20

schema.global.properties.limit

Integer value defining the maximum number of property definitions allowed in a tenant schema.

Note: If the value is increased, it is recommended to adjust the maximum number of fields in your Elasticsearch index as well. Increase the  index.mapping.total_fields.limit parameter via the Elasticsearch Update index settings APIPlease do not exceed the limit recommended by the Elasticsearch provider

10000

The values for the parameters can be modified as described here.
>> Configuring Services using Profiles.