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.