o19s / chorus-opensearch-edition

Chorus, now for OpenSearch!
Apache License 2.0
4 stars 2 forks source link

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

Closed epugh closed 5 days ago

epugh commented 6 months ago

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 commented 6 months ago

this may close #18

wrigleyDan commented 3 weeks ago

Use mechanism to upload predefined dashboards.

See https://github.com/o19s/opensearch-search-quality-evaluation/blob/main/opensearch-dashboard-prototyping/install_dashboards.sh as an example how we did it in the opensearch-search-quality-evaluation repository

epugh commented 5 days ago

For now, we aren't!