paws.management (version 0.1.0)

cloudwatchlogs_get_log_group_fields: Returns a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field

Description

Returns a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field. The search is limited to a time period that you specify.

Usage

cloudwatchlogs_get_log_group_fields(logGroupName, time)

Arguments

logGroupName

[required] The name of the log group to search.

time

The time to set as the center of the query. If you specify time, the 8 minutes before and 8 minutes after this time are searched. If you omit time, the past 15 minutes are queried.

The time value is specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.

Request syntax

svc$get_log_group_fields(
  logGroupName = "string",
  time = 123
)

Details

In the results, fields that start with @ are fields generated by CloudWatch Logs. For example, @timestamp is the timestamp of each log event.

The response results are sorted by the frequency percentage, starting with the highest percentage.