Skip to content

Commit

Permalink
[MD]Add data source config to opensearch-dashboards-docker
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Tian <tyarong@amazon.com>
  • Loading branch information
kristenTian committed Oct 12, 2022
1 parent 9b56ff5 commit 28329d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@
# functionality in Visualization.
# wizard.enabled: false

# Set the value of this setting to true to enables the experimental multiple data source
# Set the value of this setting to true to enable the experimental multiple data source
# support feature. Use with caution.
#data_source.enabled: false
# Set the value of these settings to custermize crypto materials to encryption saved credentials
# Set the value of these settings to customize crypto materials to encryption saved credentials
# in data sources.
#data_source.encryption.wrappingKeyName: 'changeme'
#data_source.encryption.wrappingKeyNamespace: 'changeme'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ opensearch_dashboards_vars=(
telemetry.optInStatusUrl
telemetry.sendUsageFrom
wizard.enabled
data_source.enabled
)

longopts=''
Expand Down

0 comments on commit 28329d3

Please sign in to comment.