Current query :
fields @message
| filter @message like /ABCD/
| stats count(@message)
result: @messages 1 55 now need to add more like a filter in this query like/BCDE/,/EFGH/,/IJKL/..... the expected result should be like @ABCD @BCDE @EFGH @IJKL... 55 66 77 88.
Can get like this? all the search keywords must be searched in the entire CloudWatch log.