Is it possible to make Kibana add one visualization per day automatically.
Use case:
I've got a test running 24/7, which inputs data into Kibana.
It would be handy to have a dashboard which shows data from every day, and the days to come. Reason I would this is to compare those visualizations quickly.
Right now I have to create a visualization myself, choose the time, then add it to the dashboard. This is a lot of manual work.
All of the dashboards and visualizations are in the .kibana (by default) index. You could use the existing data as a guide and write something that generated a new document in that index each day.
Questions:
How many days worth of these visualizations do you want/need to show at a time?
How are you accomplishing the single visualization per day?
Why are you structuring this with a separate visualization per day? Is this something that could be accomplished with a Split Chart X-axis Sub Aggregation to split a single visualization into something like 'the last 5 days'?
Can you provide a screen shot/ json documents of your current layout?
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.