Logging
By default, logs will be pushed to CloudWatch using fluent-bit. A log group with the same name as your cluster will be created to store your logs. API logs are tagged with labels to help with log aggregation and filtering. Below are some sample CloudWatch Log Insight queries:
RealtimeAPI:
BatchAPI:
TaskAPI:
Please make sure to select the log group for your cluster and adjust the time range accordingly before running the queries.
Structured logging
You can use Cortex's logger in your Python code to log in JSON, which will enrich your logs with Cortex's metadata, and enable you to add custom metadata to the logs. See the structured logging docs for Realtime, Batch, and Task APIs.
Last updated