From 4569660aa9a1fdf092a6c3571898c8a46d06e0b1 Mon Sep 17 00:00:00 2001 From: homoluctus Date: Wed, 1 Jan 2020 10:24:17 +0900 Subject: [PATCH] [readme] Fix duration table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e97e4f..6d84252 100644 --- a/README.md +++ b/README.md @@ -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
Unit: hours = `h`, minutes = `m`, seconds = `s`, days = `d`, weeks = `w`| +||string||Specify hours, minutes or seconds from now
Unit:
hours = `h`,
minutes = `m`,
seconds = `s`,
days = `d`,
weeks = `w`| ||object||Specify `start_time` and `end_time`
Datetime format must be `YYYY-MM-DD HH:MM:SS`| |limit|integer|false|The number of log to fetch|