Write simple indexing application in your language of choice – Java/Python/C#/Javascript/etc... which will index simple csv file
# local setup
docker-compose -f ./docker/docker-compose.yml up -d
You can setup your own localfile, but do not forget to mount it with "-v" or add to the image
As well as name of the index (default is "my-first-python-index")
Or host, etc
sudo docker build -t es_bulk -f docker/Dockerfile .
docker run --network=host es_bulk
GET my-first-python-index/_search
docker-compose -f ./docker/docker-compose.yml down