We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[opensearch-dashboards@6ff45cb92152 ~]$ cat config/opensearch_dashboards.yml server.port: 5601 opensearch.hosts: [https://localhost:92000] opensearch.ssl.verificationMode: none opensearch.username: kibanaserver opensearch.password: kibanaserver opensearch.requestHeadersWhitelist: [authorization, securitytenant] opensearch_security.multitenancy.enabled: true opensearch_security.multitenancy.tenants.preferred: [Private, Global] opensearch_security.readonly_mode.roles: [kibana_read_only] opensearch_security.cookie.secure: false server.host: '0.0.0.0' i18n.locale: "zh-CN"
The text was updated successfully, but these errors were encountered:
Title translation: The language specified for localization does not take effect
Sorry, something went wrong.
[Catch All Triage - 1, 2, 3, 4]
No branches or pull requests
[opensearch-dashboards@6ff45cb92152 ~]$ cat config/opensearch_dashboards.yml
server.port: 5601
opensearch.hosts: [https://localhost:92000]
opensearch.ssl.verificationMode: none
opensearch.username: kibanaserver
opensearch.password: kibanaserver
opensearch.requestHeadersWhitelist: [authorization, securitytenant]
opensearch_security.multitenancy.enabled: true
opensearch_security.multitenancy.tenants.preferred: [Private, Global]
opensearch_security.readonly_mode.roles: [kibana_read_only]
opensearch_security.cookie.secure: false
server.host: '0.0.0.0'
i18n.locale: "zh-CN"
The text was updated successfully, but these errors were encountered: