Hi Bbarmanroy,thank you for sharing. I try to output more fields, such as the application version, but it doesn't work. Look forward to your suggestions. config case_sensitive = false timeframe=365d | dataset = host_inventory | filter applications != null | arrayexpand applications | alter applications=json_extract(applications, "$.application_name") | alter version=json_extract(applications, "$.raw_version") |fields applications, ip_addresses, host_name, version
... View more