Commit 5c14ca1
Adjust CWL Sink Threshold to allow minimal 10 second flush interval (#6242)
**What?**
This commit updates CWL sink minimal allowed flush interval from 60s
to 10s.
**Why?**
CWL is a high TPS dataplane service with small batch of events. It is
reasonable to allow shorter flush interval to improve the ingestion
latency
Signed-off-by: Wenjie Yao <wjyao@amazon.com>
Co-authored-by: Wenjie Yao <wjyao@amazon.com>1 parent c4c7fcf commit 5c14ca1
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- data-prepper-plugins/cloudwatch-logs/src/main/java/org/opensearch/dataprepper/plugins/sink/cloudwatch_logs/config
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments