Configuring Opensearch Dashboards Advanced settings from config file (Docker)

Is it possible to configure advanced settings from configuration file or docker env variables? particularly state:storeInSessionStorage. If possible can anyone please explain how?

It seems impossible to configure advanced settings from config file or env, but advanced settings can be set by API, like this:

curl -X POST -H "Content-Type: application/json" -H "osd-xsrf: true" -d '{"value":true}' http://localhost:5601/api/opensearch-dashboards/settings/state:storeInSessionStorage

.

1 Like

Additional context and discussion: Customizing Advanced Settings on Docker environments · Issue #3814 · opensearch-project/OpenSearch-Dashboards · GitHub