Skip to content

Commit

Permalink
[8.5](backport #33394) [Filebeat aws] Use default limit for FilterLog…
Browse files Browse the repository at this point in the history
…Events API (#33432)

* [Filebeat aws] Use default limit for FilterLogEvents API (#33394)

(cherry picked from commit 6e4543b)

* Update cometd_integration_test.go

Co-authored-by: kaiyan-sheng <[email protected]>
  • Loading branch information
mergify[bot] and kaiyan-sheng authored Oct 23, 2022
1 parent 0d1a4ea commit 08d94ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/filebeat/input/awscloudwatch/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (p *cloudwatchPoller) constructFilterLogEventsInput(startTime int64, endTim
LogGroupName: awssdk.String(logGroup),
StartTime: awssdk.Int64(startTime),
EndTime: awssdk.Int64(endTime),
Limit: awssdk.Int32(100),
}

if len(p.logStreams) > 0 {
Expand Down

0 comments on commit 08d94ac

Please sign in to comment.