How to give json.gz to Elasticsearch docker

Hello !

I would like to know the "sexiest" way to give my json to ElasticSearch container :slight_smile:

my start command is actually
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:7.9.1

my desired json is
https://dumps.wikimedia.org/wikidatawiki/entities/latest-all.json.gz

Thank you !

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.