Elastichttperror: 406, Elastic Search Error While Indexing Data
I am trying to index data in elastic search. following is the version and other details about elastic search { 'name' : 'Tmqcj9W', 'cluster_name' : 'elasticsearch', 'cluster_uu
Solution 1:
Issue was with elasticsearch python library. I downgraded the version to 6. sudo pip3 install elasticsearch==6.0.0
Post a Comment for "Elastichttperror: 406, Elastic Search Error While Indexing Data"