Skip to content

Opensearch dashboards.routeconfigoptionsbody.maxbytes

Home > opensearch-dashboards > RouteConfigOptionsBody > maxBytes

RouteConfigOptionsBody.maxBytes property

Limits the size of incoming payloads to the specified byte count. Allowing very large payloads may cause the server to run out of memory.

Default value: The one set in the opensearch_dashboards.yml config file under the parameter server.maxPayloadBytes.

Signature:

maxBytes?: number;