Search by json field does not work

I was enable leading wildcard searches but it does not work with json fields.

I have field _params:

%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5

So, I try find: “click_id”: “62e698b4-2608-4cf3-8a07-5123c329fdb2”:

But this query does not work with json field. How can I do this?

1 Like

Graylog does not know about json in the search - so you would need to search different.

https://docs.graylog.org/en/3.1/pages/queries.html

_params:"62e698b4-2608-4cf3-8a07-5123c329fdb2"

The above should work but I’m not 100% sure because I do not have the data available.

I would - if you have that json in that and need to search regular on that fields - use a processing pipeline to make those key-value into their own fields.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.