Flatten array in message to multiple records
I have logs of the format -
"keys{["a","b","c"]} user{1}"
I am using " | parse regex "keys\{\[(?<keys>.*?)\]\} user\{?<user>.*?\}".
This returns 1 record, How can i flatten it to multiple records, like -
a,1
b,1
c.1
-
Hello Gagan,
For further investigate, can you please open a ticket with support by emailing support@sumologic.com and share the query link with all the details so we can provide assistance with your query.
Thanks, Jason
Please sign in to leave a comment.
Comments
1 comment