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 am trying to use OSDashboard custom branding with 1.2.0 version of OSD. But i failed, maybe I missed something ?
I am adding these lines in my opensearch_dashboards.yml opensearchDashboards.branding: applicationTitle: "Service Analytics Dashboard"
when I start OSD to get the result i have this following error : Error: [config validation of [opensearch].branding]: definition for this key is missing
Error: [config validation of [opensearch].branding]: definition for this key is missing
Can you share your opensearch_dashboards.yml? For me the error message is saying you are using opensearch.branding but it should be opensearchDashboards.branding
I did not have pid.file in my opensearch_dashboards.yml, that caused the problem with my service osdashboard start because of a conflict with another app.pid. Sorry for this false issue. I close it
Hi all,
I am trying to use OSDashboard custom branding with 1.2.0 version of OSD. But i failed, maybe I missed something ?
I am adding these lines in my opensearch_dashboards.yml
opensearchDashboards.branding:
applicationTitle: "Service Analytics Dashboard"
when I start OSD to get the result i have this following error :
Error: [config validation of [opensearch].branding]: definition for this key is missing
I did not find any documentation for custom branding, so i am following this youtube video : https://www.youtube.com/watch?v=ouEIZbFTPuo&ab_channel=QingyangHu
Thanks for your help !
Best,
Julien
The text was updated successfully, but these errors were encountered: