Hi
How can I draw charts from multiple index ?
Thanks
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.