class
Amazonite::CloudWatchLogs::CopyValue
- Amazonite::CloudWatchLogs::CopyValue
- Reference
- Object
Overview
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.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/copy_value.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entries : Array(CopyValueEntry)
An array of
CopyValueEntryobjects, where each object contains the information about one field value to copy. -
#entries=(entries : Array(CopyValueEntry))
An array of
CopyValueEntryobjects, where each object contains the information about one field value to copy. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An array of CopyValueEntry objects, where each object contains the information about one field
value to copy.
An array of CopyValueEntry objects, where each object contains the information about one field
value to copy.