Hello. I’ve created an extractor for one of my fields however when trying to search for terms within that field my searches are failing.
I can search for my extractor field named ‘fv_response’ like this and I can see the messages fine:
fv_response:"INFO - Response: {\"success\":false",\"errorCode\":2,\"message\":\"Invalid"
However when I try to search for just up to the word false I get no results. I’ve tried
fv_response:"INFO - Response: {\"success\":false."
fv_response:"INFO - Response: {\"success\":false.*"
fv_response:"INFO - Response: {\"success\":false.+*"
What is the correct syntax for searching for anything after the word false? Thank you.