Eric Pugh

Results 696 comments of Eric Pugh

This was solved in #8220! Thanks @hainenber for getting this problem solved!

Replaces https://github.com/opensearch-project/documentation-website/pull/8799 which has signoff/rebase issues.

@jzonthemtn could you give a quick pass through on the tech side... I don't think much has changed!

This documentation PR is ready for review.

I wanted to follow up and see if we could get this merged?

> @epugh Just checking in on this PR. I'd like to get it through editorial review because UBI is part of 2.19 now. Thanks for checking in. Let me add...

@natebower we are ready for final review and merge!!!! Thank you for the edits!

Before I can finish this, I want to get rid of rails-erd, but I need to figure out how to render the mermaid style erd doc: https://github.com/seuros/rails_lens/issues/15

@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...

not quite sure how to integrate and test the loading script... Something like? ``` curl -X POST -f 'https://${{needs.validate-and-deploy.outputs.ENDPOINT}}/${{needs.validate-and-deploy.outputs.PLAYGROUND_ID}}/sqe_metrics_sample_data/_bulk?pretty=false&filter_path=-items"' -H 'securitytenant: global' -H 'Content-Type: application/json' -H 'osd-version: ${{inputs.dist_version}}' -H 'osd-xsrf:...