I am trying to query kibana logs where the message contains the substring "Bla" with the search query - "Bla" and the search query "@message: "Bla" ".
The search will find logs with messages that have the word "Bla" with spaces - like a message "The operation failed for object Bla during insert.".
The search will not find logs with a message containing the word "Bla" with no spaces - like a message "Error:Bla,failed for insert.".
How do I make a query the will find both types of messages?
Try searching *Bla* (Note: Without any quotes)