Object{1}
->a{4}
col1: "1"
col2: "2"
col3: "3"
col3: "4"
->b[2]
0{2}
col5: "55"
col6: "66"
1{2}
col5: "5555"
col6: "6666"
I want to query in the Splunk such that I can obtain the above result I was able to get the a-> col1,col2,col3,col4 to be displayed in table .
But wanted to check how I do it for the array :