Skip to content

Commit

Permalink
Increased graylog result page size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGeras committed Aug 27, 2024
1 parent e311c5e commit 48cefcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connectors/graylog/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (c *Connector) collectAlertEvents(ctx context.Context) (eventsSearchResults
body := eventsSearchParameters{
Query: "",
Page: 1,
PerPage: 25,
PerPage: 100,
TimeRange: timeRange{
Type: TimeRangeRelative,
Range: 600,
Expand Down

0 comments on commit 48cefcc

Please sign in to comment.