Log Management
The Log Management API enables you to organize, store, and access application logs within structured log groups. This module provides endpoints for creating, updating, and deleting log groups, as well as sending and retrieving logs associated with specific groups.
Each log group serves as a container for related log events, allowing teams to logically separate and query logs by environment, application, or service. Log data sent via this API can include structured fields such as log level, timestamp, trace identifiers, and additional metadata that enhance searchability and monitoring.
By leveraging this API, developers, DevOps engineers, and observability teams can build their own centralized logging system or integrate this with their existing dashboards and alerting pipelines.