Nested Json

New to ES and Json. Working on building queries to extract product logging events.

Could you point me in the direction/search terms/pointers so I can learn how to parse out/select data fields that are within a nested Json string, like this:

"ObjectStatusJson" : {
"Object1Present" : false,
"Object2Present" : false,
"Object3Present" : false,
"Object4Present" : false

      }

I would want discreet fields for each of the ObjectXPresent items.

Thank you!

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