Opensearch Dashboards
OpenSearch Dashboards settings
Properties
| Property | Type | Required | Description |
|---|---|---|---|
enabled | boolean | no | Enable or disable OpenSearch Dashboards (default: true) |
max-old-space-size | integer | no | Limits the maximum amount of memory (in MiB) the OpenSearch Dashboards process can use. This sets the max_old_space_size option of the nodejs running the OpenSearch Dashboards. Note: the memory reserved by OpenSearch Dashboards is not available for OpenSearch. (default: 128) |
opensearch-request-timeout | integer | no | Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch (default: 30000) |
Last updated on