Skip to content

Commit

Permalink
Update yml file to disable config
Browse files Browse the repository at this point in the history
Signed-off-by: Xinrui Bai <[email protected]>
  • Loading branch information
xinruiba committed Feb 23, 2024
1 parent c6bb34c commit 1ebd2e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
# vis_builder.enabled: false

# Set the value of this setting to true to enable multiple data source feature.
data_source.enabled: true
#data_source.enabled: false
# Set the value of this setting to true to hide local cluster in data source feature.
#data_source.hideLocalCluster: false
# Set the value of these settings to customize crypto materials to encryption saved credentials
Expand Down Expand Up @@ -273,13 +273,13 @@ data_source.enabled: true
# Set enabled false to hide authentication method in OpenSearch Dashboards.
# If this setting is commented then all 3 options will be available in OpenSearch Dashboards.
# Default value will be considered to True.
data_source.authTypes:
NoAuthentication:
enabled: true
UsernamePassword:
enabled: true
AWSSigV4:
enabled: true
#data_source.authTypes:
# NoAuthentication:
# enabled: true
# UsernamePassword:
# enabled: true
# AWSSigV4:
# enabled: true

# Set the value of this setting to false to hide the help menu link to the OpenSearch Dashboards user survey
# opensearchDashboards.survey.url: "https://survey.opensearch.org"
Expand Down

0 comments on commit 1ebd2e2

Please sign in to comment.