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

Add sample query for auth errors to Athena documentation #2406

Open
reshmakh opened this issue Jul 7, 2023 · 1 comment
Open

Add sample query for auth errors to Athena documentation #2406

reshmakh opened this issue Jul 7, 2023 · 1 comment
Assignees
Labels
analytics Features and fixes related to analytics audit-logging Commits related to audit logging and observability

Comments

@reshmakh
Copy link
Member

reshmakh commented Jul 7, 2023

Existing docs: https://www.medplum.com/docs/self-hosting/aws-athena-guide

select "request_url", "elb_status_code", "target_status_code", *
from "alb_logs"
where "request_url" like '%oauth2/token%'
and target_status_code = '400'
and day > '2023/06/30'
order by "time" desc
limit 10;
@reshmakh reshmakh added audit-logging Commits related to audit logging and observability analytics Features and fixes related to analytics labels Jul 7, 2023
@reshmakh reshmakh self-assigned this Jul 7, 2023
@reshmakh
Copy link
Member Author

@rahul1 rahul1 added this to the Milestone Quality milestone Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analytics Features and fixes related to analytics audit-logging Commits related to audit logging and observability
Projects
Status: No status
Development

No branches or pull requests

2 participants