You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to override some keys in the opensearch_dashboards.yml (located in /usr/share/opensearch-dashboards/config/)
I have seen i can create the config: key in the custom values file, but in there i can create only the whole file, either as multistring with the |, either as configmap.
I've also seen that opensearch-dashboard can be executed giving multiple config files on the command line (ops-d -c file1 -c file2 ... )
It is not clear how can i add just some keys and not having to include the whole file in the config: key.
Specifically i'm trying to change:
[Triage]
Hey @scandinavianpengue thanks for opening the issue, yes you are right. Also if the setting can be passed via an environment values then you are leverage extraEnvs for this. Adding @TheAlgo@DandyDeveloper@peterzhuamazon for more inputs.
Thanks @bbarani
Hello,
i'm trying to override some keys in the opensearch_dashboards.yml (located in /usr/share/opensearch-dashboards/config/)
I have seen i can create the config: key in the custom values file, but in there i can create only the whole file, either as multistring with the |, either as configmap.
I've also seen that opensearch-dashboard can be executed giving multiple config files on the command line (ops-d -c file1 -c file2 ... )
It is not clear how can i add just some keys and not having to include the whole file in the config: key.
Specifically i'm trying to change:
Could you please point in the right direction?
Thank you
The text was updated successfully, but these errors were encountered: