Keycloak logs
What would be a managed service without real-time logs? Cloud-IAM dashboard displays real-time logs for every dedicated deployments (starting from Roaring Rabbit plan).
Logs access are the best way to understand what is going on with your deployment and how your custom extensions are doing.

Keycloak cluster logs can be integrated into customer's own logging infrastructure when polling Cloud-IAM REST API /deployments/{deploymentId}/logs endpoint.
Logs access are the best way to understand what is going on with your deployment and how your custom extensions are doing.

Logs ingestion
Keycloak cluster logs can be integrated into customer's own logging infrastructure when polling Cloud-IAM REST API /deployments/{deploymentId}/logs endpoint.
$ curl -H "Authorization: Bearer $TOKEN" 'https://api.cloud-iam.com/deployments/00000000-0000-0000-0000-000000000000/logs?since=2023-02-26T23:17:06Z' | jq .
[
"2023-03-07T10:00:05.85104771Z 2023-03-07 10:00:05,850 WARN [org.keycloak.authentication.DefaultAuthenticationFlow] (executor-thread-727) REQUIRED and ALTERNATIVE elements at same level! Those alternative executions will be ignored: [auth-cookie, auth-cookie]\n",
...
]
Updated on: 07/03/2023
Thank you!