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