Module Values.SplitStringSource

Use this processor to split a field into an array of strings using a delimiting character. For more information about this processor including examples, see splitString in the CloudWatch Logs User Guide.

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

    An array of SplitStringEntry objects, where each object contains the information about one field to split.

    *)
}
Sourceval context_ : string
Sourceval make : entries:SplitStringEntries.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `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