You’ve already written your search. You don’t want to make a bunch of copies with tiny variations, all of which you’re going to have to remember to update later, and all of which you’re going to have to keep track of and document.
Step 1: You take you original search and make it a saved search.
Step 2: You take your original base search, and make it call | savedsearch instead.
Step 3: Now you make your copies. They all call the same saved search, so you can have a single place for updates and doco, and they all Filter to Entities in Service using the host field.
Step 4: But, they each have different Entity Split Fields. One splits on host, another vm_name, another role, the last location. They’re all using the same data stream, but they’re grouping at different levels.
Everyone gets what they need, without unduly adding to your administrative workload.”