class Amazonite::CloudWatchLogs::CopyValue

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

Defined in:

cloudwatch_logs/copy_value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(entries : Array(CopyValueEntry)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def entries : Array(CopyValueEntry) #

An array of CopyValueEntry objects, where each object contains the information about one field value to copy.


[View source]
def entries=(entries : Array(CopyValueEntry)) #

An array of CopyValueEntry objects, where each object contains the information about one field value to copy.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]