From 50ef0c58c23484dd1f8f70e1bada4cdec2b1f2f0 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 16 Oct 2024 12:21:51 +0200 Subject: [PATCH] docs: corrected the max events returned Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/reference/commandline/system_events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/system_events.md b/docs/reference/commandline/system_events.md index 2a5c82d5c0..7de1fb61f6 100644 --- a/docs/reference/commandline/system_events.md +++ b/docs/reference/commandline/system_events.md @@ -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 @@ -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. #### Filtering (--filter)