example event
{
"test": {
"x": "y",
"a": "b",
"code": {
"one" : {
"two": {
"c": "d"
}
}
}
}
}
how can I extract some parts of code
block and present them as table. example
one | c
I have tried putting together a query but not sure how to extract specific fields
| spath
| spath test.code{} output=code
| mvexpand code