Hi All,
My log has entries like this:
11111,22222,33333,44444
I was able to convert this into an array variable "id_array" using this parser:
PARSE(content,"JSON_ARRAY:id_array")
I need to launch an custom alert for each of the value in the array.
How can i configure the same?
I tried Metric Extraction, with "id_array" as Dimension, for splitting on its values, didnt work.