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.yaml
Describe the bug Some of the settings described on the opensearch_dashboards.yaml file don't exist in fact.
To Reproduce Steps to reproduce the behavior:
config/opensearch_dashboards.yml
FATAL ValidationError: [config validation of [data].enhancements.enabled]: definition for this key is missing
data: enhancements: enabled: true savedQueriesNewUI: enabled: true
[config validation of [opensearchDashboards].survey.url]: expected value of type [string] but got [boolean]
opensearchDashboards: survey: url: false
Expected behavior To happen what it says on the documentation.
OpenSearch Version 2.18.0
Dashboards Version 2.18.0
Plugins Any.
Screenshots It's not necessary.
Host/Environment (please complete the following information):
Additional context It's not necessary.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Some of the settings described on the
opensearch_dashboards.yaml
file don't exist in fact.To Reproduce
Steps to reproduce the behavior:
config/opensearch_dashboards.yml
.FATAL ValidationError: [config validation of [data].enhancements.enabled]: definition for this key is missing
[config validation of [opensearchDashboards].survey.url]: expected value of type [string] but got [boolean]
Expected behavior
To happen what it says on the documentation.
OpenSearch Version
2.18.0
Dashboards Version
2.18.0
Plugins
Any.
Screenshots
It's not necessary.
Host/Environment (please complete the following information):
Additional context
It's not necessary.
The text was updated successfully, but these errors were encountered: