📜  cloudwatch 日志消息解析字段查询示例 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:56.653000             🧑  作者: Mango

代码示例1
fields @timestamp, @message
| parse "I, [*T*] INFO -- : {"method":"*"}" as @date, @time, @method
| filter method=GET
| sort @timestamp desc
| limit 20