Unable to store binary in Elasticsearch through python REST API

I have fixed it now , it was byte string conversion issue. ES was expecting base64 encoded string and I was sending bytes .