I have a event created which is returning Jason data after search : 
  eventtype="my_new"
  
 Data returned after this search : 
  data: {"Id":2001373223232214,"SerialNumber":6773737,"Unique":"200000","messageType":"READY","activeStartTime":"2018-08-29T09:30:00.000-0500","activeEndTime":"2018-08-30T11:00:00.000-0500","additional":["fitness","pool","public"],}
  
 Now i want to give a feature on dashboard to the user if to search whole message by passing  Unique  number in a search box.  I have no clue how we can do this in Splunk . Please help me  in this  
						
					
					... View more