16 Jan 2024 11:58 AM - edited 16 Jan 2024 12:04 PM
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.
27 Dec 2024 07:34 PM
If you are able to parse it already into a individual segment, you then would just need to create a events extraction to qualify the alert.