Skip to content

Commit

Permalink
Merge pull request #5537 from dvdksn/correct_events_limit
Browse files Browse the repository at this point in the history
docs: corrected the max events returned
  • Loading branch information
vvoland authored Oct 17, 2024
2 parents dba4b15 + 50ef0c5 commit 09e16fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/commandline/system_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ per Docker object type. Different event types have different scopes. Local
scoped events are only seen on the node they take place on, and Swarm scoped
events are seen on all managers.

Only the last 1000 log events are returned. You can use filters to further limit
Only the last 256 log events are returned. You can use filters to further limit
the number of events returned.

### Object types
Expand Down Expand Up @@ -156,7 +156,7 @@ that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap
seconds (aka Unix epoch or Unix time), and the optional .nanoseconds field is a
fraction of a second no more than nine digits long.

Only the last 1000 log events are returned. You can use filters to further limit
Only the last 256 log events are returned. You can use filters to further limit
the number of events returned.

#### <a name="filter"></a> Filtering (--filter)
Expand Down

0 comments on commit 09e16fc

Please sign in to comment.