Skip to content

Commit

Permalink
Add data source config to opensearch-dashboards-docker
Browse files Browse the repository at this point in the history
Related PR: opensearch-project/OpenSearch-Dashboards#2563

Signed-off-by: Kristen Tian <tyarong@amazon.com>
  • Loading branch information
kristenTian committed Nov 1, 2022
1 parent 766c6d3 commit c4adde4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,16 @@ opensearch_dashboards_vars=(
telemetry.optIn
telemetry.optInStatusUrl
telemetry.sendUsageFrom
data_source.enabled
data_source.encryption.wrappingKeyName
data_source.encryption.wrappingKeyNamespace
data_source.encryption.wrappingKey
data_source.audit.enabled
data_source.audit.appender.kind
data_source.audit.appender.path
data_source.audit.appender.layout.kind
data_source.audit.appender.layout.highlight
data_source.audit.appender.layout.pattern
)

function setupSecurityDashboardsPlugin {
Expand Down

0 comments on commit c4adde4

Please sign in to comment.