Hello,
in Grafana cloud I have a variable of type query of MongoDB where I get different device names. I want to construct a variable that allows me to select all the devices without having to click each box separately with the mouse. Something such as [“name1”, “name2”, “nameX”] so that in a panel I can perform a query of ${device_names} that gets all [“name1”, “name2”, “nameX”]. The “All” option does not work for me, I have no response. I tried with multiple regex expressions but I cannot achieve it. My query runs fine if I select different devices manually in the drop-down of the dashboard and select one or multiple names, but I want an easy way to consider all my names in the query.
Thank you.