OpenSearch Dashboards settings
| Name | Type | Description | Notes |
|---|---|---|---|
| opensearchRequestTimeout | Long | Timeout in milliseconds for requests made by OpenSearch Dashboards towards OpenSearch (default: 30000) | [optional] |
| enabled | Boolean | Enable or disable OpenSearch Dashboards (default: true) | [optional] |
| maxOldSpaceSize | Long | 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) | [optional] |