Skip to content

Commit 37edb0f

Browse files
committed
corrected the max events returned
1 parent 0c95390 commit 37edb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/engine-cli/docker_system_events.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ long: |-
77
scoped events are only seen on the node they take place on, and Swarm scoped
88
events are seen on all managers.
99
10-
Only the last 1000 log events are returned. You can use filters to further limit
10+
Only the last 256 log events are returned. You can use filters to further limit
1111
the number of events returned.
1212
1313
### Object types
@@ -137,7 +137,7 @@ long: |-
137137
seconds (aka Unix epoch or Unix time), and the optional .nanoseconds field is a
138138
fraction of a second no more than nine digits long.
139139
140-
Only the last 1000 log events are returned. You can use filters to further limit
140+
Only the last 256 log events are returned. You can use filters to further limit
141141
the number of events returned.
142142
143143
#### Filtering (--filter) {#filter}

0 commit comments

Comments
 (0)