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
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
Thank you Sachin.