Python dataframe Kibana

Hello!

I'm planning to do next thing:
Using Pandas in python, I want to make a query and get info from csv file, then import it in kibana. The question is: Are there any ways to import .py file, or dataframe into kibana?

Thanks!

We have an Python client library, that you can use to insert data into Elasticsearch from your python script.

https://elasticsearch-py.readthedocs.io/en/master/

Alternatively, you could use the logstash CSV plugin to load the CSV into Elasticsearch.

1 Like

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