Skip to content

Commit 1128a01

Browse files
cynipeTylerBrock
authored andcommitted
add example usage for get with --filter
1 parent b1fa94d commit 1128a01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ sudo dpkg -i <the_deb_name>
7474
# Get production log group for the last 2 hours
7575
saw get production --start -2h
7676
77+
# Get production log group for the last 2 hours and filter for "error"
78+
saw get production --start -2h --filter error
79+
7780
# Get production log group for api between 26th June 2018 and 28th June 2018
7881
saw get production --prefix api --start 2018-06-26 --stop 2018-06-28
7982
```

0 commit comments

Comments
 (0)