Introduce sample search quality dashboards and supporting data#219
Introduce sample search quality dashboards and supporting data#219epugh wants to merge 2 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
|
@gaiksaya when we chatted, I think you pointed me to where I need to add the install script. The original script I used is here, https://github.com/opensearch-project/user-behavior-insights/blob/main/search-quality-evaluation-dashboards/install_dashboards.sh. Can you remind me how to load the data as part of the nightly? Once this is in, I'll also open a PR for the UBI dashboards! Under the sample |
|
not quite sure how to integrate and test the loading script... Something like? |
Right. We are doing something similar here: https://github.com/opensearch-project/opensearch-devops/blob/main/.github/workflows/nightly-playground-deploy.yml#L140-L144 |
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com>
|
@gaiksaya I just added the two |
Hi @epugh |
You are correct. For some reason I thought we created it "on the fly"... Let me tweak the PR and have something for you tomorrow with that! |
|
FYI, we ended up redoing a lot of this work in the past few months, taking lessons learned, so this went on hiatus... I may close it in the next few weeks... |
Description
Introduces new Search Quality dashboards.
This is part one of two. The second part will be some new sample UBI Dashboards.
Issues Resolved
Partly addresses #214
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.