-
Notifications
You must be signed in to change notification settings - Fork 5
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
First stab at UBI dashboards #64
First stab at UBI dashboards #64
Conversation
Signed-off-by: Alexey Rodriguez Yakushev <alexey.rodriguez@gmail.com>
Did some searching for the "day of week" issue we have:
The second sounds like it's close to our use case with scripted fields but I haven't found any clues how we would create the aggregations on one scripted field and sort by another.
And to sort we'd want to use the numbers of these days, not their names:
A "not-so-nice" alternative would be to have the aggregations based on the numbers of the days. That way we'd see 1 instead of Monday, 2 instead of Tuesday, etc. |
Update
|
…ions Signed-off-by: Alexey Rodriguez Yakushev <alexey.rodriguez@gmail.com>
Change the field names in the visualization for Top Searches Without Results and Most common queries to match the mappings and the actually existing fields when
The visualization with the most frequently returned documents currently has the challenge that there is an inconsistency between the mapping we apply for the The mappings say the field is called I suggest we exclude that visualization from the Dashboard for now until the bug is fixed and include that afterwards in the next iteration. |
With #68 fixed we can update the visualization for the most frequently returned docs. @alexeyrodriguez I can't push to this branch so I sent you an updated dashboards file for your review. If that looks alright from your perspective you can update this PR and remove the "draft" state from it and we can get moving again. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. We need to figure out a solution around sample data, but that can be in another PR
Signed-off-by: Alexey Rodriguez Yakushev <alexey.rodriguez@gmail.com>
Signed-off-by: Eric Pugh <epugh@opensourceconnections.com> Signed-off-by: Alexey Rodriguez Yakushev <alexey.rodriguez@gmail.com>
6ce5028
to
ec207e2
Compare
Description
Dashboards to visualize UBI query events
Issues Resolved
https://github.com/orgs/o19s/projects/4/views/1?pane=issue&itemId=82044054
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.
Notes for reviewer/contributor
The ticket above should be converted to an issue (I wanted to do so, but different organizations o19s vs opensearch-project).
There are remaining issues in this first iteration of Dashboards:
Approaches that didn't work: