Hi @gcusello , Thanks for your reply. i have to differentiate it using host name since index name is same. i am using the search like below:- <input type="dropdown" token="dashboard"> <label>Hostname</label> <choice value="host1">CPI</choice> <search> <query>index="index" host="host1" |table x,y,z</query> </search> <choice value="host2">Mule</choice> <search> <query>index="index" host="host2" | table a,b,c</query> </search> <prefix>host=</prefix> </input> But unfortunately, the above search is not generating any output. Thank you Arshi
... View more