0

I need to create an index and load the data into Elasticsearch. How can i do it by using python? I need to do bulk data operations. I wanted to do it without CURL.

I was using 8+ version of Elasticsearch and 3+ version of python. Need to do bulk data insertion into index without CURL.

Guest
  • 11
  • 1

1 Answers1

0

Have a look at the Python Elasticsearch documentation here

Otherwise you can also find help in this Stackoverflow discussion

Seasers
  • 466
  • 2
  • 7