-
Notifications
You must be signed in to change notification settings - Fork 13
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
Configure OpenSearch Dashboard #685
Comments
I think that based on my research into creating a dashboard in OpenSearch in this ticket (687), creating a dashboard shouldn't be too difficult as long as the data is available. I think making sure we have the data that we need in our logs, and indexing them, will be the more time consuming part. As part of the research in #687, I saved some data off of the ezid index patterns, and then created visualizations for them and added them to my test dashboard juliet-viz-test. We will want to make sure that our logs contain:
|
thanks for this analysis @jupiter007. Terry sent me links to the changes he made for his Rails app. I can confirm that we will have the status code by default. I'll look into what it would take to include the function field and error type. I'm not sure we'll be able to show the country info. I think at most we would be able to include the IP of the caller, but that may be getting swallowed up by the load balancer and our apache/rails logs may only have the IP of the ELB |
Yea, I actually don't think we need the country info after all. |
Cool. The Lograge gem looks like it includes response times by default (full duration, view render duration and db query duration): Beyond the above basics, I am going to have it include:
|
Create filters, views in OpenSearch
Talk to Terry and Jing and Scott who set dashboards up before
Ticket is for initial configuration; will update more over time
The text was updated successfully, but these errors were encountered: