Convert Comma Separated values to rows

Hey community,

I currently am making a panel where I want to grab all the devices, their IP, and if they’re registered from my logs in loki. My query is

{job=~".*", filename=~"(.*)_xstatus.json"} |= `` | json| __error__=``,

and I’ve made several transformations that have gotten me all the unique values. However, it returns the values as an array with comma separated values instead of individual rows.

is it possible to turn each element into a row?

Thanks,
Ren

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