Get data from elasticsearch and visualize it using python

Hi, currently, I have to develop a data analytics dashboard on a web platform. It is possible if I load my datasets to elasticsearch using logstash without using kibana for the visualisation? Because I prefer to use python to visualise it. If yes, how do I get the data from elasticsearch to visualise it using python?

Yes, Elastic provides a client library for python Elastic Python Client

1 Like

If I have like seven datasets, do I need to load all the data with the same index name or different index name??

you can pull all using different filehandle.
your choice

1 Like

Thank you Sachin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.