How to search for values from JSON formatted content?

There is such a field in my data. I want to search for a string, such as '1612011230036'. How can I search ?

{
	"_source": {
		"http": {
			"request": {
				"body": {
					"original": "{\"productSN\":\"1612011230036\",\"productName\":\"XXX\",\"enduserName\":\"XXX\",\"enduserContact\":\"123456\",\"enduserAddress\":\"CXXXX\",\"distributorContact\":\"123456\",\"distributorAccountNumber\":\"2249722\",\"installTime\":\"2020-12-07\",\"enduserCountryId\":\"551973eb-983f-e711-80c9-005056bab658\",\"enduserProvinceId\":\"720cb377-993f-e711-80cb-005056bae90b\",\"enduserCityId\":\"671099ec-9c3f-e711-80c9-005056bab658\",\"enduserCountyId\":\"7853412e-a03f-e711-80c9-005056bab658\",\"accessories\":[\"731b1364-aecd-44f1-b65a-08d88bb0bd2b\"],\"installPhotos\":[\"c7872423-066e-4450-b65b-08d88bb0bd2b\"],\"distributorName\":\"XXX\"}"
				}
            }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.