Filter pattern in awslogs contains single quotes?
シングルクオートを含む文字列'sample'で、CloudWatch Logsを検索したいとき、フィルターパターンとして、"'sample'"を指定すると... awslogs get ${LOG_GROUP} ALL --start ${START} --end ${END} -f "'sample'" Oops! エラーになります。 Traceback (most recent call last): File "/opt/homebrew/bin/awslogs", line 8, in <module> sys.exit(main()) ^^^^^^ File "/opt/homebr…
2024/10/11 12:11