Automate visualizations

Hi all,
I am working on a real time project and want to analyze my data in realitime.....how do I automate making visualizations in kibana?

You may be able to code something up that builds the json and inserts it into the .kibana index, but there's nothing automated for that.

Visualizations are saved objects that show data in a particular format. You can refresh your visualization manually or automatically on some interval and it will show you the latest data.

So do you really need to create new visualizations in real time? Or just show real time data in a visualization?

Hi,
Currently I have it set up so that a logstash agent ships data to a different server through redis.
I have created a dashboard out of the data that I receive. Now I want it to automatically ship the data so that i don't have to manually start logstash and then ship the data and update it in kibana.

How can i accomplish this?

Hi Bishaka,

You'll need to ask that question in a different discuss channel (probably Logstash).

Thanks,
Lee