0
0

AWS CloudWatch Logs のJSONログをイベントフィルタでAND検索/OR検索する構文

Last updated at Posted at 2023-10-05

AND検索

こんな風に && で繋げばOK

{ $.key1 = "xxx" && $.key2 = "yyy" }

OR検索

|| でつなげばOK

{ $.key1 = "xxx" || $.key2 = "yyy" }

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0