Use multiple index in a chart

Hi

How can I draw charts from multiple index ?

Thanks

Kibana doesn't support multiple index patterns per visualization, but you may be able to accomplish it by taking advantage of elasticsearch aliases: https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html

Alternatively, you could name your indexes with a similar enough naming convention that you could use a wildcard index pattern to match against each of them.