Params not being indexed

After migrating from graylog 2.4.x to graylog 3.x I’ve noticed that not all of the properties are indexed. For example if I send the following data
{
“source”: “whatever”,
“params”: {
“nested”: “value”
}
}

and I search for the word “value” I will not get any results. If I search for the word “whatever” I will get the result. How to make graylog index whatever it is within the “params” so I can search there too?

he @ivaylo.ivanov

it is not nice to post everywhere for help with the same question and do not answer questions…

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