cloudwatchlogs_test_transformer: Use this operation to test a log transformer

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_test_transformerR 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.


paws.management documentation built on April 3, 2025, 10:39 p.m.