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.
cloudwatchlogs_get_log_group_fields(logGroupName, time)
[required] The name of the log group to search.
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.
svc$get_log_group_fields( logGroupName = "string", time = 123 )
In the results, fields that start with @ are fields generated by
CloudWatch Logs. For example, @timestamp
is the timestamp of each log
event. For more information about the fields that are generated by
CloudWatch logs, see Supported Logs and Discovered Fields.
The response results are sorted by the frequency percentage, starting with the highest percentage.