log_streams
Represents a log stream, which is a sequence of log events from a single emitter of logs.
Overview
Name | log_streams |
Type | Resource |
Description | Represents a log stream, which is a sequence of log events from a single emitter of logs. |
Id | aws.cloudwatch.log_streams |
Fields
Name | Datatype | Description |
---|---|---|
log_stream_name | string | The name of the log stream. |
creation_time | integer | The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC . |
first_event_timestamp | integer | The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC . |
last_event_timestamp | integer | The time of the most recent log event in the log stream in CloudWatch Logs. This number is expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC . The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but in rare situations might take longer. |
last_ingestion_time | integer | The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC The lastIngestionTime value updates on an eventual consistency basis. It typically updates in less than an hour after ingestion, but in rare situations might take longer. |
upload_sequence_token | string | The sequence token. The sequence token is now ignored in |
arn | string | The Amazon Resource Name (ARN) of the log stream. |
stored_bytes | integer | The number of bytes stored. Important: As of June 17, 2019, this parameter is no longer supported for log streams, and is always reported as zero. This change applies only to log streams. The |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
DescribeLogGroups | SELECT | region |
CreateLogGroup | INSERT | data__logGroupName, data__logStreamName, region |
DeleteLogGroup | DELETE | data__logGroupName, data__logStreamName, region |