Method: log_group_tail
Method for tailing logs for an specific CloudWatch log group.
Returns a set of SQL records with the following format:
- event_id: The ID of the event for the produced log
- log_stream_name: Name of the log stream that is visualized
- event_timestamp: The timestamp for the log entry
- message: The content of the log entry
Example
SELECT * FROM log_group_tail('log_group_name');
See