Skip to content

Commit

Permalink
Added extra info in plugin functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Gonzalez Mayedo <[email protected]>
  • Loading branch information
Marcos Gonzalez Mayedo committed Aug 2, 2023
1 parent 1887a73 commit cd9c2a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data-prepper-plugins/cloudwatch-logs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ pipeline:

## Plugin Functionality
The cloudwatch_logs sink plugin uses credentials to establish a client to CloudWatch Logs. It currently uses the current system timestamp for publishing and implements an exponential back off strategy
for retransmission.
for retransmission.

The cloudwatch_logs sink plugin also adds an overhead of 26 bytes added to each event message. This is done by the AWS SDK when formatting the API call to CloudWatch Logs. This must be considered when setting custom
threshold parameters.
## Metrics

### Counters
Expand Down

0 comments on commit cd9c2a9

Please sign in to comment.