43 文字
1 分
CloudWatchのlog insightでの調査例
アプリケーションのログがJSONで保存されているときの調査サンプル
filter @logStream like 'app/app/'| filter @message like /include/| filter @message not like /exclude/| filter duration > 100 | fields @timestamp, @message, duration CloudWatchのlog insightでの調査例
https://blog.teraren.com/posts/cloudwatch-log-insight/