In my current scenario , i am having ElasticSearch on a ubuntu 14.04 machine and a amazon SQS queue holding some ".json" messages in the queue. I want to pull the messages from amazon SQS via ES so that it can use the .json messages to index it.
What should i be looking for, how exactly should i be proceeding? I am looking for something in lines of python's boto code.
NOTE: I am not interested in using logstash for this