21 Aug 2024 05:34 AM - last edited on 23 Aug 2024 08:30 AM by MaciejNeumann
Hi All
I have a simple DQL Disk query which provides basic Disk info - I need more 🙂
fetch dt.entity.disk
| fieldsAdd belongs_to[dt.entity.host]
| filter belongs_to[dt.entity.host] =="HOST-xx"
| filterOut startsWith(entity.name,"\\")
I would like to know if the following info is accessible within Dynatrace
1. On a windows server to be able to identify the Logical Unit Number (LUN) for each drive as seen by the OS
2. Identify if the windows drive is physically on the server or is a mapped drive (excluding \\servername\folder type mappings)
If the info above is not accessible by default in Dynatrace how could it best be extracted within Dynatrace
Yes I can run a PowerShell script against each server to extract this but ideally I want to be able to consume this within Dynatrace
Any suggestions?
Appreciate the help
Thanks
Alan