Insert records read from CSV files into ElasticSearch
python import.py --source-directory ${SOURCE_DIR} --elastic-ip ${IP} --elastic-port ${HTTP_PORT} --index-prefix ${INDEX_PREFIX}
or
python import.py -d ${SOURCE_DIR} -ip ${IP} -port ${HTTP_PORT} -i ${INDEX_PREFIX}