cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Who rated this post

L4 Transporter

Hello @tualantin 

 

Thanks for reaching out on LiveCommunity!

Please try using below query.

dataset = host_inventory
| arrayexpand applications
| alter vendor = json_extract(applications,"$.key_name")
| filter (vendor not in (null, """"""))
| fields applications , vendor

 

Please click Accept as Solution to acknowledge that the answer to your question has been provided.

View solution in original post

Who rated this post