Skip to content

Commit

Permalink
[readme] Fix duration table
Browse files Browse the repository at this point in the history
  • Loading branch information
homoluctus committed Jan 1, 2020
1 parent 849e2b3 commit 4569660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pyinsights -c pyinsights.yml -p aws_profile -r region
|log_group_name|array|true|Target log group names to query|
|query_string|string|true|Pattern to query|
|duration|string or object|true||
||string||Specify hours, minutes or seconds from now<br>Unit: hours = `h`, minutes = `m`, seconds = `s`, days = `d`, weeks = `w`|
||string||Specify hours, minutes or seconds from now<br>Unit:<br>hours = `h`,<br>minutes = `m`,<br>seconds = `s`,<br>days = `d`,<br>weeks = `w`|
||object||Specify `start_time` and `end_time`<br>Datetime format must be `YYYY-MM-DD HH:MM:SS`|
|limit|integer|false|The number of log to fetch|

Expand Down

0 comments on commit 4569660

Please sign in to comment.