From b8f6923477e8e941dcd25b5a1209a0bac5319097 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Tue, 4 Jul 2023 22:45:43 +0800 Subject: [PATCH 1/2] fix: add in more schema keys --- .../ingest_samples/gotrue.logs.prod.json | 39 ++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/priv/supabase/ingest_samples/gotrue.logs.prod.json b/priv/supabase/ingest_samples/gotrue.logs.prod.json index f3fe955f4..52953e77d 100644 --- a/priv/supabase/ingest_samples/gotrue.logs.prod.json +++ b/priv/supabase/ingest_samples/gotrue.logs.prod.json @@ -8,7 +8,44 @@ "msg": "request started", "path": "/user", "remote_addr": "152.26.89.239", - "timestamp": "2023-03-23T14:36:26Z" + "timestamp": "2023-03-23T14:36:26Z", + "action": "some action", + "args": ["arg"], + "auth_event": { + "action": "action", + "actor_id": "123-123", + "actor_name": "some name", + "actor_username": "some username", + "actor_via_sso": false, + "log_type": "some type", + "traits": { + "channel": "some channel", + "provider": "google", + "user_email": "some@email.com", + "user_id": "123-123", + "user_phone": "123-123" + } + }, + "client_id": "123-123", + "duration": "123sec", + "error": "some error", + "factor_id": "123-123", + "header": "some header", + "instance_id": "123-123-123", + "issuer": "some issuer", + "project": "some123ref", + "metering": false, + "message": "some message", + "login_method": "some method", + "provider": "google", + "referer": "example.com", + "remote_addr": "123.123.123", + "request_id": "123-123", + "source_type": "some type", + "status": "some status", + "time": "2023-03-23T14:36:26Z", + "timestamp": "2023-03-23T14:36:26Z", + "user_id": "123-123" }, "project": "default" } From a23435f0c9fd677f01507ef7a135c03800616af6 Mon Sep 17 00:00:00 2001 From: TzeYiing Date: Wed, 5 Jul 2023 20:17:35 +0800 Subject: [PATCH 2/2] chore: bump version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 287e5b824..a93082486 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.16 \ No newline at end of file +1.3.17 \ No newline at end of file