I have a dashborad from multiple source and I would like to replace fixed host input (hots=prdo*) to be user manual input, so with that user can add one or more host name and the dash-board will give all the status for that option. is that possible?
Panel =1
> index=prod* source=prodLog host=pr*-* "timeout" OR "error" OR "timed-out" OR "exception" AND NOT "step*time" | timechart count as timeout span=1h>
Panel = 2> index=aws-production source=prodLog host=pr*-* "green" OR "blue" OR "red" AND NOT "white" | timechart count as Colorstatus span=1h
so currently the dashboard extract data from all hosts, my objective is user able to search from the host interested in. also this will be great if this input can be use/share on all panels just like "time range selector"
↧