Don't quite understand the problem. Splunk will generate a table and each column has a name.
So you getting:
result
{"TimeStamp":"1364556697.631","id":"58b6bf4d-948b-416b-8d17-cedcbc1059ec","response":{ "start" : 1, "returned" : 1, "count" : 1, "entities" : [ { "houses" : { "callers" : "IM", "placeid" : 5041447014850446107, "number" : 14, "sourceid" : 5625 }, "entitytype" : "house/street", "title" : [ { "default" : "No Place" } ] } ] }}
You seem to be getting exactly what you are looking for.
If you want to index it, you should consider using a transform to extract the fields.
... View more