Values.TestTransformerRequestSourceUse this operation to test a log transformer. You enter the transformer configuration and a set of log events to test with. The operation responds with an array that includes the original log events and the transformed versions.
type nonrec t = {transformerConfig : Processors.t;This structure contains the configuration of this log transformer that you want to test. A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.
*)logEventMessages : TestEventMessages.t;An array of the raw log events that you want to use to test this transformer.
*)}val make :
transformerConfig:Processors.t ->
logEventMessages:TestEventMessages.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of EventMessage.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Flatten.t
| `Enum of string
| `List of
[> `String of Column.t
| `Structure of
(string
* [> `Boolean of OverwriteIfExists.t
| `Enum of string
| `String of Key.t ])
list ]
list
| `String of QuoteCharacter.t ])
list ])
list ]
list ])
list ]