Hi, My current query for splunk dashboard is as: ........| eval ErrorMsg=_raw | stats count by Application, ErrorMsg | sort -count | table count, Application, ErrorMsg My able looks like this: count Application ErrorMsg 5 abc {"severity" : "ERROR", "exception" : "xyz abc asd......."........"time" : "12:00:00"><there are mutiple key value pairs with data in multiple lines>........} 10 abc {"severity" : "ERROR", "exception" : "xyz abc asd......."........."time" : "12:01:00"<there are mutiple key value pairs with data in multiple lines>........} How can I get table like this: 15 abc "exception" : "xyz abc asd
... View more