For example - Log file:
{
"content": "{\"log_entry\":\"Start_Log\\n2023-05-02T00:03:24-Debug:GET_COUNT_NAME count1, Get_Count_Val=200, \\n2023-05-02T00:03:25-Debug:Report_Count - My_Count - Report\\n2023-05-02T00:03:25-Debug:GET_COUNT_NAME count2, Get_Count_Val=88....(**repeat)
}
I've set the custom attribute for get_count_name and get_count_val and use PARSE content in processing rule, but I'm not sure how extract the value like this:
"get_count_val": "200", "80",... OR "get_count_val": "200, 80",...