12 Jun 2024
06:31 PM
- last edited on
13 Jun 2024
08:06 AM
by
MaciejNeumann
02 Sep 2025 01:59 PM
hey @jegron . So are you looking to keep the limit of 100? If you want to target the top X hosts, I recommend reducing your Limit, and then adding in:
| sort `avg(dt.host.disk.used.percent)` desc
This will allow you to sort the values so the most used is on top and descends from there. You can keep the limit of 100 but it might get a tad bit messy. You can then add in the Davis forecaster via the options.
Here is an example: