Appendix
Notable log events
Examples of notable log events that you can use as examples for your own log analysis are listed below.
Local user successful login
Container: tfe-atlas
"message": "2023-06-26 15:06:15 [INFO] [c3024dc4-0616-4eb1-b676-03ba5ec70788] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"message\":\"Login Meta\",\"ip_address\":\"192.168.1.10, 10.0.2.117\",\"id\":\"user-PvcyWJWiVf1PQSR6\",\"success\":true}",
"message": "2023-06-26 15:06:15 [INFO] [c3024dc4-0616-4eb1-b676-03ba5ec70788] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/session\",\"format\":\"html\",\"status\":302,\"duration\":146.91,\"view\":0.0,\"db\":22.68,\"location\":\"https://tfe.example.com/app\",\"dd\":{\"trace_id\":\"961064219257453666\",\"span_id\":\"000\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"c3024dc4-0616-4eb1-b676-03ba5ec70788\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"c3024dc4-0616-4eb1-b676-03ba5ec70788\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":null,\"auth_source\":null}",
Local user failed login
Container: tfe-atlas
"message": "2023-06-26 15:22:28 [INFO] [121ab95c-9408-4d9c-bf28-2d802696cafa] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"message\":\"Login Meta\",\"ip_address\":\"192.168.1.10, 10.0.2.117\",\"id\":\"user-PvcyWJWiVf1PQSR6\",\"success\":false}",
SAML/SSO user successful login
Container: tfe-atlas
"message": "2023-06-26 17:47:34 [INFO] [2931915a-eda6-406a-8cb6-9cd3187be4e1] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"user\",\"action\":\"update\",\"resource_id\":\"example_user\",\"organization\":null,\"organization_id\":null,\"actor\":\"SAML\",\"timestamp\":\"2023-06-26T17:47:34Z\",\"actor_ip\":null}",
"message": "2023-06-26 17:47:34 [INFO] [2931915a-eda6-406a-8cb6-9cd3187be4e1] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"message\":\"Login Meta\",\"ip_address\":\"192.168.1.10, 10.0.2.117\",\"id\":\"user-T6WA1nH3jZfojtN5\",\"success\":true}",
"message": "2023-06-26 17:47:34 [INFO] [2931915a-eda6-406a-8cb6-9cd3187be4e1] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/users/saml/auth\",\"format\":\"html\",\"status\":302,\"duration\":86.28,\"view\":0.0,\"db\":14.19,\"location\":\"https://tfe.example.com/app\",\"dd\":{\"trace_id\":\"2591016944362387312\",\"span_id\":\"2649027049369611898\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"2931915a-eda6-406a-8cb6-9cd3187be4e1\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"2931915a-eda6-406a-8cb6-9cd3187be4e1\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/114.0\",\"user\":\"example_user\",\"auth_source\":null}",
"message": "172.19.0.10 - - [26/Jun/2023:17:47:34 +0000] \"GET /app HTTP/1.0\" 200 798629 \"https://login.microsoftonline.com/\" \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/114.0\"",
SAML/SSO user failed login
Container: tfe-atlas N/A - trouble with AzureAD but should be similar to local. The IdP will log the rest.
Update scope of policy set - add all workspaces (global)
Container: tfe-atlas
"message": "2023-06-26 17:22:43 [INFO] [87525318-9ac1-49da-8e85-7a0dcacfd873] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"policy_set\",\"action\":\"update\",\"resource_id\":\"polset-74BF6Nzgd4tURgSF\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T17:22:43Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 17:22:43 [INFO] [87525318-9ac1-49da-8e85-7a0dcacfd873] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"PATCH\",\"path\":\"/api/v2/policy-sets/polset-74BF6Nzgd4tURgSF\",\"format\":\"jsonapi\",\"status\":200,\"duration\":31.15,\"view\":7.35,\"db\":9.65,\"dd\":{\"trace_id\":\"1471845680221587695\",\"span_id\":\"638927242808815250\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"87525318-9ac1-49da-8e85-7a0dcacfd873\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"87525318-9ac1-49da-8e85-7a0dcacfd873\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"organization\":\"hello\",\"auth_source\":\"ui\"}",
Update scope of policy set - remove all workspaces (selected)
Container: tfe-atlas
"message": "2023-06-26 17:14:35 [INFO] [c1d341c4-15fc-468a-9466-c759ed7784b4] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"policy_set\",\"action\":\"update\",\"resource_id\":\"polset-74BF6Nzgd4tURgSF\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T17:14:35Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 17:14:35 [INFO] [c1d341c4-15fc-468a-9466-c759ed7784b4] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"PATCH\",\"path\":\"/api/v2/policy-sets/polset-74BF6Nzgd4tURgSF\",\"format\":\"jsonapi\",\"status\":200,\"duration\":33.28,\"view\":8.67,\"db\":10.06,\"dd\":{\"trace_id\":\"4054904197741214413\",\"span_id\":\"3188071217353501350\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"c1d341c4-15fc-468a-9466-c759ed7784b4\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"c1d341c4-15fc-468a-9466-c759ed7784b4\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"organization\":\"hello\",\"auth_source\":\"ui\"}"
"message": "10.0.2.117 - - [26/Jun/2023:17:14:35 +0000] \"PATCH /api/v2/policy-sets/polset-74BF6Nzgd4tURgSF HTTP/1.1\" 200 528 \"https://tfe.example.com/app/hello/settings/policy-sets/polset-74BF6Nzgd4tURgSF/edit\" \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\"",
Delete policy set
Container: tfe-atlas
"message": "2023-06-26 17:40:02 [INFO] [18e3fb5e-22b7-44c0-a307-ac7f5b052d52] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"policy_set\",\"action\":\"destroy\",\"resource_id\":\"polset-74BF6Nzgd4tURgSF\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T17:40:02Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 17:40:02 [INFO] [18e3fb5e-22b7-44c0-a307-ac7f5b052d52] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"DELETE\",\"path\":\"/api/v2/policy-sets/polset-74BF6Nzgd4tURgSF\",\"format\":\"jsonapi\",\"status\":204,\"duration\":22.85,\"view\":0.71,\"db\":6.7,\"dd\":{\"trace_id\":\"3491109508228992074\",\"span_id\":\"4544634447247653806\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"18e3fb5e-22b7-44c0-a307-ac7f5b052d52\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"18e3fb5e-22b7-44c0-a307-ac7f5b052d52\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Create policy set (VCS-backed)
Container: tfe-atlas
"message": "2023-06-26 18:25:20 [INFO] [8c3c21b3-0778-4716-9255-c26a2dc922fc] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"policy_set\",\"action\":\"create\",\"resource_id\":\"polset-3iR6D1monBhL8aV8\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T18:25:20Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 18:25:20 [INFO] [8c3c21b3-0778-4716-9255-c26a2dc922fc] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"vcs-repo\",\"action\":\"create\",\"resource_id\":\"vcrepo-LfMrYsHniKNEtS3h\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T18:25:20Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 18:25:20 [INFO] [8c3c21b3-0778-4716-9255-c26a2dc922fc] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"vcs-repo\",\"action\":\"create_webhook\",\"resource_id\":\"vcrepo-LfMrYsHniKNEtS3h\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T18:25:20Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 18:25:20 [INFO] [8c3c21b3-0778-4716-9255-c26a2dc922fc] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"policy_set_version\",\"action\":\"create\",\"resource_id\":\"polsetver-NCTDgRCHgHcaUP54\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T18:25:20Z\",\"policy_set\":\"sentinel-template-terraform\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 18:25:20 [INFO] [8c3c21b3-0778-4716-9255-c26a2dc922fc] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/organizations/hello/policy-sets\",\"format\":\"jsonapi\",\"status\":201,\"duration\":1442.77,\"view\":11.47,\"db\":41.39,\"dd\":{\"trace_id\":\"1505106906833100313\",\"span_id\":\"2625248489776788340\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"8c3c21b3-0778-4716-9255-c26a2dc922fc\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"8c3c21b3-0778-4716-9255-c26a2dc922fc\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"organization\":\"hello\",\"auth_source\":\"ui\"}",
Create run (VCS-driven)
Container: tfe-atlas
"message": "2023-06-26 19:11:39 [INFO] [bb5a9c16-1918-48bf-80bf-c8f00215497b] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"run\",\"action\":\"create\",\"resource_id\":\"run-Y1eFSGFuf3hJNnvG\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T19:11:39Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 19:11:39 [INFO] [bb5a9c16-1918-48bf-80bf-c8f00215497b] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/runs\",\"format\":\"jsonapi\",\"status\":201,\"duration\":506.24,\"view\":19.37,\"db\":104.85,\"dd\":{\"trace_id\":\"4317749147917384263\",\"span_id\":\"2796771949324418788\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"bb5a9c16-1918-48bf-80bf-c8f00215497b\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"bb5a9c16-1918-48bf-80bf-c8f00215497b\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"organization\":\"hello\",\"auth_source\":\"ui\"}",
Cancel run (VCS-driven)
Container: tfe-atlas
"message": "2023-06-26 19:24:28 [INFO] [88bad7ed-4935-45b9-8ee5-937e9d25cf36] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"run\",\"action\":\"cancel\",\"resource_id\":\"run-HmBo3jdJsruuLneB\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T19:24:28Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 19:24:28 [INFO] [88bad7ed-4935-45b9-8ee5-937e9d25cf36] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/runs/run-HmBo3jdJsruuLneB/actions/cancel\",\"format\":\"jsonapi\",\"status\":202,\"duration\":47.33,\"view\":1.79,\"db\":18.19,\"dd\":{\"trace_id\":\"1347663011854903801\",\"span_id\":\"1980572047794731214\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"88bad7ed-4935-45b9-8ee5-937e9d25cf36\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"88bad7ed-4935-45b9-8ee5-937e9d25cf36\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Discard run (VCS-driven)
Container: tfe-atlas
"message": "2023-06-26 19:52:59 [INFO] [ddac4d15-866c-459a-af9f-a0d4ef18e15f] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"run\",\"action\":\"discard\",\"resource_id\":\"run-gRViC3ERQ2f819B3\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T19:52:59Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 19:52:59 [INFO] [ddac4d15-866c-459a-af9f-a0d4ef18e15f] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/runs/run-gRViC3ERQ2f819B3/actions/discard\",\"format\":\"jsonapi\",\"status\":202,\"duration\":196.72,\"view\":0.63,\"db\":77.13,\"dd\":{\"trace_id\":\"2710790823539404705\",\"span_id\":\"3887876551463909594\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"ddac4d15-866c-459a-af9f-a0d4ef18e15f\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"ddac4d15-866c-459a-af9f-a0d4ef18e15f\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Create organization token (same as regenerate token
)
Container: tfe-atlas
"message": "2023-06-26 20:02:29 [INFO] [473be8b1-d7be-4da5-9bf0-7a20fec2deab] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"authentication_token\",\"action\":\"create\",\"resource_id\":\"at-uYbCrYEf5c4bUEUp\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T20:02:29Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 20:02:29 [INFO] [473be8b1-d7be-4da5-9bf0-7a20fec2deab] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/organizations/hello/authentication-token\",\"format\":\"jsonapi\",\"status\":201,\"duration\":20.77,\"view\":1.62,\"db\":6.36,\"dd\":{\"trace_id\":\"1935707383909070806\",\"span_id\":\"4362189586206037735\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"473be8b1-d7be-4da5-9bf0-7a20fec2deab\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"473be8b1-d7be-4da5-9bf0-7a20fec2deab\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Create team token (same as regenerate token
)
Container: tfe-atlas
"message": "2023-06-26 20:08:17 [INFO] [56eb4dae-eb21-428d-a0af-4d6d969bac4c] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"authentication_token\",\"action\":\"create\",\"resource_id\":\"at-bJVtGvG5rAL5ovPf\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T20:08:17Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 20:08:17 [INFO] [56eb4dae-eb21-428d-a0af-4d6d969bac4c] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/teams/team-ywMigAWcApmCoKFf/authentication-token\",\"format\":\"jsonapi\",\"status\":201,\"duration\":21.14,\"view\":1.59,\"db\":5.4,\"dd\":{\"trace_id\":\"1256712621247484220\",\"span_id\":\"967436859127944885\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"56eb4dae-eb21-428d-a0af-4d6d969bac4c\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"56eb4dae-eb21-428d-a0af-4d6d969bac4c\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Create user token
Container: tfe-atlas
"message": "2023-06-26 20:14:26 [INFO] [5398c137-6c27-4182-b2e7-c7f0d94e5b23] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"authentication_token\",\"action\":\"create\",\"resource_id\":\"at-v1TKfBE8Chqf2ecx\",\"organization\":null,\"organization_id\":null,\"actor\":\"admin\",\"timestamp\":\"2023-06-26T20:14:26Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-26 20:14:26 [INFO] [5398c137-6c27-4182-b2e7-c7f0d94e5b23] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/users/user-PvcyWJWiVf1PQSR6/authentication-tokens\",\"format\":\"jsonapi\",\"status\":201,\"duration\":12.36,\"view\":2.03,\"db\":3.24,\"dd\":{\"trace_id\":\"2254994533781079943\",\"span_id\":\"1975888909477939647\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"5398c137-6c27-4182-b2e7-c7f0d94e5b23\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"5398c137-6c27-4182-b2e7-c7f0d94e5b23\",\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\",\"user\":\"admin\",\"auth_source\":\"ui\"}",
Publish module to private registry
Container: tfe-atlas
"message": "2023-06-26 20:32:00 [INFO] [0f3587c4-fe47-46df-9356-3f6a7c801242] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"registry_module\",\"action\":\"create\",\"resource_id\":\"mod-YhV7w55B7LH9mF91\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"admin\",\"timestamp\":\"2023-06-26T20:32:00Z\",\"actor_ip\":\"192.168.1.10\"}",
Publish provider to private registry
Container: tfe-atlas
"message": "2023-06-27 18:50:05 [INFO] [1e8d08b9-e36e-4196-9116-307c633926d6] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"registry_provider\",\"action\":\"create\",\"resource_id\":\"prov-n7e9MG9D1s8PUokT\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"example_user\",\"timestamp\":\"2023-06-27T18:50:05Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-27 18:50:05 [INFO] [1e8d08b9-e36e-4196-9116-307c633926d6] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/organizations/hello/registry-providers\",\"format\":\"jsonapi\",\"status\":201,\"duration\":44.24,\"view\":7.77,\"db\":12.28,\"dd\":{\"trace_id\":\"2100068035448008241\",\"span_id\":\"2539145137689530220\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"1e8d08b9-e36e-4196-9116-307c633926d6\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"1e8d08b9-e36e-4196-9116-307c633926d6\",\"user_agent\":\"go-tfe\",\"user\":\"example_user\",\"organization\":\"hello\",\"auth_source\":\"api\"}",
"message": "2023-06-27 18:50:39 [INFO] [a81eb08e-2a74-4298-8d16-c8d5f1753504] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"registry_provider_version\",\"action\":\"create\",\"resource_id\":\"provver-TC9rmugLV9BU7fzk\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"example_user\",\"timestamp\":\"2023-06-27T18:50:39Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-27 18:50:39 [INFO] [a81eb08e-2a74-4298-8d16-c8d5f1753504] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/organizations/hello/registry-providers/private/hello/random/versions\",\"format\":\"jsonapi\",\"status\":201,\"duration\":97.77,\"view\":24.9,\"db\":27.78,\"dd\":{\"trace_id\":\"20698542872263433\",\"span_id\":\"1826464858575608622\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"a81eb08e-2a74-4298-8d16-c8d5f1753504\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"a81eb08e-2a74-4298-8d16-c8d5f1753504\",\"user_agent\":\"go-tfe\",\"user\":\"example_user\",\"organization\":\"hello\",\"auth_source\":\"api\"}",
"message": "2023-06-27 19:06:39 [INFO] [624fa6ee-c27d-4df7-8b4d-6a7cf2dd1267] [dd.service=atlas dd.trace_id=000 dd.span_id=000] [Audit Log] {\"resource\":\"registry_provider_platform\",\"action\":\"create\",\"resource_id\":\"provpltfrm-5mHyfPky1ge86pFm\",\"organization\":\"hello\",\"organization_id\":\"org-Ur11wxfYrZ77Zqjb\",\"actor\":\"example_user\",\"timestamp\":\"2023-06-27T19:06:39Z\",\"actor_ip\":\"192.168.1.10\"}",
"message": "2023-06-27 19:06:39 [INFO] [624fa6ee-c27d-4df7-8b4d-6a7cf2dd1267] [dd.service=atlas dd.trace_id=000 dd.span_id=000] {\"method\":\"POST\",\"path\":\"/api/v2/organizations/hello/registry-providers/private/hello/random/versions/3.1.0/platforms\",\"format\":\"jsonapi\",\"status\":201,\"duration\":72.94,\"view\":10.2,\"db\":20.67,\"dd\":{\"trace_id\":\"3854175609003771184\",\"span_id\":\"4004712127517839897\",\"env\":\"\",\"service\":\"atlas\",\"version\":\"\"},\"ddsource\":[\"ruby\"],\"uuid\":\"624fa6ee-c27d-4df7-8b4d-6a7cf2dd1267\",\"remote_ip\":\"192.168.1.10\",\"request_id\":\"624fa6ee-c27d-4df7-8b4d-6a7cf2dd1267\",\"user_agent\":\"go-tfe\",\"user\":\"example_user\",\"organization\":\"hello\",\"auth_source\":\"api\"}",