Skip to content
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

Investigate work needed for other OpenSearch subtasks #687

Open
bofstein opened this issue Jan 22, 2025 · 2 comments
Open

Investigate work needed for other OpenSearch subtasks #687

bofstein opened this issue Jan 22, 2025 · 2 comments
Assignees

Comments

@bofstein
Copy link
Collaborator

  • Talk to the other team members that have implemented OpenSearch
  • Make more of a determination of what we need for initial configuration
  • Get more precise estimate of work for other subtasks
@bofstein bofstein changed the title Investigate work needed for other subtasks Investigate work needed for other OpenSearch subtasks Jan 23, 2025
@jupiter007
Copy link
Collaborator

jupiter007 commented Jan 28, 2025

Did some research into how to create a Dashboard in OpenSearch.

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.

Here's a screenshot:

Image

When researching, I used existing index patterns. I don't know who created those, and didn't create my own, but I know where I can when the time comes.

We will want to make sure that our logs contain:

  • status_codes (500 errors, 400 errors, 300 codes, etc)
  • A function field that will help us track what activities are happening on what parts our site
  • error type field, like Forbidden, Bad User Input, Unauthorized, etc.
  • latency and response times
  • error rate
  • total requests
  • response times

@briri
Copy link
Collaborator

briri commented Jan 29, 2025

Terry shared the following code snippets:

The setup within the DMPTool should be straightforward. We can use Terry's example with a few modifications. See the Lograge docs for handling things like multiple base controllers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants