I am trying to search Details:“1234”
and I get no results, I need to get result for parameters in the field, I saw some articles here of users with same issue but they make it work some how
check the search help in graylog.
Your string “1234”.
So you search only for a part of the string.
You need *1234*. or “1234”
And you also need to check your server.conf (If you choose the first option)
# Do you want to allow searches with leading wildcards? This can be extremely resource hungry and should only
allow_leading_wildcard_searches = true
You need to extract values using either JSON extractor, or pipeline rule which extact json to separate fields PID and pName. After that you can search in this field using syntax: PID: 1234