Hello all,
Complete newbie to Graylog so apologies if this is an easy one, I’ve searched for the answer but can’t find what I’m looking for.
I have a log entry as follows -
“foo”:“123”,“bar”:“456”
Sometimes there are no results in foo or bar, and the entry looks like this -
“foo”:"",“bar”:""
I want to search for these no result log entries, however all my search attempts show all the results with entries. I’ve tried the following by simply adding double quotes around the log entry -
““foo”:”",“bar”:"""
But that gives me all results with entries. I’ve also tried -
““foo”:”",“bar”:""
Which fails, so is probably completely wrong!
Is anyone able point me in the right direction?
Thanks in advance!