https://github.com/davidefiocco/dockerized-elasticsearch-indexer
Start and index a dockerized Elasticsearch node using the Elasticsearch Python client
https://github.com/davidefiocco/dockerized-elasticsearch-indexer
docker elasticsearch kibana python
Last synced: 11 months ago
JSON representation
Start and index a dockerized Elasticsearch node using the Elasticsearch Python client
- Host: GitHub
- URL: https://github.com/davidefiocco/dockerized-elasticsearch-indexer
- Owner: davidefiocco
- License: mit
- Created: 2018-02-10T14:23:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:57:24.000Z (over 5 years ago)
- Last Synced: 2025-04-10T20:54:01.759Z (about 1 year ago)
- Topics: docker, elasticsearch, kibana, python
- Language: Python
- Homepage: https://stackoverflow.com/questions/48711455/create-dockerized-elasticsearch-index-using-a-python-script-running-in-docker
- Size: 13.7 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerized-elasticsearch-indexer
Example showing how to index an Elasticsearch db using the Python client within a Docker container, as in https://stackoverflow.com/questions/48711455/create-dockerized-elasticsearch-index-using-a-python-script-running-in-docker/48712414#48712414 starting from a jsonl file contained in the `indexer` folder.
A Kibana container is added to navigate the indexed dataset. The index is accessible at and Kibana can be opened at .
Run with:
```bash
docker-compose build
docker-compose up
```
## Troubleshooting
Check https://github.com/docker-library/elasticsearch/issues/111 in case of troubles in the logs with `vm.max_map_count`.