Skip to content

Commit

Permalink
add example usage for get with --filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cynipe authored and TylerBrock committed Jul 31, 2018
1 parent b1fa94d commit 1128a01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ sudo dpkg -i <the_deb_name>
# Get production log group for the last 2 hours
saw get production --start -2h

# Get production log group for the last 2 hours and filter for "error"
saw get production --start -2h --filter error

# Get production log group for api between 26th June 2018 and 28th June 2018
saw get production --prefix api --start 2018-06-26 --stop 2018-06-28
```
Expand Down

0 comments on commit 1128a01

Please sign in to comment.