All servers metrics in one dashboard

How to add all hosts metrics in one dashboard. for example
If hostnames are like this:
kibana01.net
kibana02.net
kibana03.net

If i give search query like
host: "kibana0*"

its not pulling the data please help me to fix this issue.

It depends to some extent on how the data is stored in Elasticsearch. This is a great article for understanding how analyzed and not analyzed fields are searched.

If you have a space in the middle of your search query host: "kibana0*" I think you should try removing that.

Please let us know if that resolves your problem.

Regards,
Lee

It worked for me. Thanks for the article