Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Add data source config to opensearch-dashboards-docker #2

Merged
merged 1 commit into from
Nov 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions 2.x/bin/opensearch-dashboards-docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,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