Module Values.CopyValueSource

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.

Sourcetype nonrec t = {
  1. entries : CopyValueEntries.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : entries:CopyValueEntries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of OverwriteIfExists.t | `String of Source.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t