/AWS1/CL_CWLCOPYVALUE¶
This processor copies values within a log event. You can also use this processor to add
metadata to log events by copying the values of the following metadata keys into the log
events: @logGroupName
, @logGroupStream
, @accountId
,
@regionName
.
For more information about this processor including examples, see copyValue in the CloudWatch Logs User Guide.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_entries
TYPE /AWS1/CL_CWLCOPYVALUEENTRY=>TT_COPYVALUEENTRIES
TT_COPYVALUEENTRIES
¶
An array of
CopyValueEntry
objects, where each object contains the information about one field value to copy.
Queryable Attributes¶
entries¶
An array of
CopyValueEntry
objects, where each object contains the information about one field value to copy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENTRIES() |
Getter for ENTRIES, with configurable default |
ASK_ENTRIES() |
Getter for ENTRIES w/ exceptions if field has no value |
HAS_ENTRIES() |
Determine if ENTRIES has a value |