cloudwatchlogs_put_transformer: Creates or updates a log transformer for a single log group

View source: R/cloudwatchlogs_operations.R

cloudwatchlogs_put_transformerR Documentation

Creates or updates a log transformer for a single log group

Description

Creates or updates a log transformer for a single log group. You use log transformers to transform log events into a different format, making them easier for you to process and analyze. You can also transform logs from different sources into standardized formats that contains relevant, source-specific information.

See https://www.paws-r-sdk.com/docs/cloudwatchlogs_put_transformer/ for full documentation.

Usage

cloudwatchlogs_put_transformer(logGroupIdentifier, transformerConfig)

Arguments

logGroupIdentifier

[required] Specify either the name or ARN of the log group to create the transformer for.

transformerConfig

[required] This structure contains the configuration of this log transformer. A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.


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