--work-dir "<directory for intermediate outputs to be saved>"\
elasticsearch \
--hosts "<List of URLs where elasticsearch index is served>"\
--index-name "<Index name to upload data in>"\
--username "<Username to authenticate into the index>"\
--password "<Password to authenticate into the index>"\
--batch-size-bytes "<Size limit for any batch to be uploaded, in bytes, ie. 15000000>"\
--num-processes "<Number of processes to be used to upload, ie. 2>"\
--cloud-id "<Id used to connect to Elastic Cloud>"\
--es-api-key "<Api key used for authentication>"\
--api-key-id "<Id associated with api key used for authentication: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html>"\
--bearer-auth "<Bearer token used for HTTP bearer authentication>"\