Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do we still need to build our own Dashboard? #91

Open
epugh opened this issue Jun 5, 2024 · 1 comment
Open

Do we still need to build our own Dashboard? #91

epugh opened this issue Jun 5, 2024 · 1 comment

Comments

@epugh
Copy link
Member

epugh commented Jun 5, 2024

Looking at the dashboard config in the ubi plugin, we may not need to build our own dashboard Dockerfile anymore:


  os-dashboards:
    image: opensearchproject/opensearch-dashboards:2.14.0
    container_name: opensearch-dashboards
    ports:
      - 5601:5601
    expose:
      - 5601
    environment:
      OPENSEARCH_HOSTS: '["http://os01:9200"]'
      DISABLE_SECURITY_DASHBOARDS_PLUGIN: "true"
    depends_on:
      - os01
    networks:
      - ubi-dev-os-net
@epugh
Copy link
Member Author

epugh commented Jun 5, 2024

this may close #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant