Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple config files #541

Open
scandinavianpengue opened this issue May 7, 2024 · 1 comment
Open

multiple config files #541

scandinavianpengue opened this issue May 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@scandinavianpengue
Copy link

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:

opensearchDashboards.branding:
  logo:
    defaultUrl: URL
    darkModeUrl: URL
  mark:
    defaultUrl: URL
    darkModeUrl: URL
  loadingLogo:
    defaultUrl: URL
    darkModeUrl:URL
  faviconUrl: URL
  applicationTitle: TITLE

Could you please point in the right direction?
Thank you

@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label May 7, 2024
@prudhvigodithi
Copy link
Member

[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

@prudhvigodithi prudhvigodithi added enhancement New feature or request and removed untriaged Issues that have not yet been triaged labels May 13, 2024
@getsaurabh02 getsaurabh02 moved this from 🆕 New to Later (6 months plus) in Engineering Effectiveness Board Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants