cloudwatchlogs_test_transformer {paws.management} | R Documentation |
Use this operation to test a log transformer
Description
Use 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.
See https://www.paws-r-sdk.com/docs/cloudwatchlogs_test_transformer/ for full documentation.
Usage
cloudwatchlogs_test_transformer(transformerConfig, logEventMessages)
Arguments
transformerConfig |
[required] 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 |
[required] An array of the raw log events that you want to use to test this transformer. |
[Package paws.management version 0.9.0 Index]