{ | |
"searchedLogStreams": [ | |
{ | |
"searchedCompletely": "全てのログを検索したかどうか", // true or false | |
"logStreamName": "ログストリーム名" | |
} | |
// ...オブジェクトが続く | |
], | |
"events": [ | |
{ | |
"ingestionTime": "Cloud Watch Logsに受信されたタイムスタンプ(13桁のエポック秒)", | |
"timestamp": "タイムスタンプ(13桁のエポック秒)", | |
"message": "ログ出力内容", | |
"eventId": "イベントID", | |
"logStreamName": "ログストリーム名" | |
} | |
// ...オブジェクトが続く | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment