Is it possible to use multiple indices to plot single dashboard?
Overview:-
We are running Jmeter scripts on different environment like Dev, test and Pre-Prod, we want all the results in the same dashboard. can do this if we have all the data in multiple indices.
You absolutely can! Each visualization on your dashboard will be associated to a particular index pattern, but when you create a dashboard, you can include as many of your visualizations as you'd like, no matter which index pattern they use
but my main concern is i want to use only one visualisation graph in my dashboard it should have all my different test run indices.
In case if i run 10 test run on a single day then this will hold good for this kind of situation?
If all of your indices have a similar name and mapping, then you can group them into a single index pattern, and use that single pattern within the visualization.
All Kibana visualizations are based off of index patterns, which are groups of one or more indexes. So as long as your indexes can be grouped into a single pattern, then this will work just fine for you. For more information on index patterns, see our guide here: https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html
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.