Inserting data into kibana using script

I have a data file.I want to insert that data in to elastic search- kibana. Is there any automated way I can do this?

Use bulk index or use use python elasticsearch client ,follow this https://elasticsearch-py.readthedocs.io/en/master/helpers.html

1 Like

There is a machine learning part in kibana.How to upload multiple files into same index?

I don't know about ML part, but you can run the same script changing file names keeping the index name same.

1 Like

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