Skip to content

Conversation

donggyu04
Copy link

Description

  1. Fix wrong comment.
  2. Make OPENSEARCH_DASHBOARDS_HOME argument works correctly.

longopts=()
for opensearch_dashboards_var in ${opensearch_dashboards_vars[*]}; do
# 'opensearch.hosts' -> 'OPENSEARCH_URL'
# 'opensearch.hosts' -> 'OPENSEARCH_HOSTS'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

opensearch.hosts is converted to OPENSEARCH_HOSTS. OPENSEARCH_URL is not correct.

# --opensearch.startupTimeout=60

# Setup Home Directory
export OPENSEARCH_DASHBOARDS_HOME=/usr/share/opensearch-dashboards
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this depends on ARG OPENSEARCH_DASHBOARDS_HOME in Dockerfile. so I added this to ENV at Dockerfile

@donggyu04 donggyu04 force-pushed the make-dashboards-home-works-correctly-in-dockerfile branch from 619f0a0 to 5d75316 Compare March 26, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 📦 Backlog

Development

Successfully merging this pull request may close these issues.

1 participant