View source: R/cloudwatchlogs_operations.R
cloudwatchlogs_test_transformer | R Documentation |
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.
cloudwatchlogs_test_transformer(transformerConfig, logEventMessages)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.