https://github.com/bearddan2000/python-cli-elasticsearch-multi-node-without-ssl-client-simple
Reads a multi node cluster for data in `dog-demo` document.
https://github.com/bearddan2000/python-cli-elasticsearch-multi-node-without-ssl-client-simple
cli client elasticsearch kibana multi node python simple ssl without
Last synced: 12 months ago
JSON representation
Reads a multi node cluster for data in `dog-demo` document.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-elasticsearch-multi-node-without-ssl-client-simple
- Owner: bearddan2000
- Created: 2023-03-19T04:01:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T04:01:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T16:42:11.748Z (about 1 year ago)
- Topics: cli, client, elasticsearch, kibana, multi, node, python, simple, ssl, without
- Language: Python
- Homepage: https://github.com/bearddan2000/python-cli-elasticsearch-multi-node-without-ssl-client-simple
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-elasticsearch-multi-node-without-ssl-client-simple
## Description
Reads a multi node cluster for data in `dog-demo` document.
## Tech stack
- python
- elasticsearch
- kibana
## Docker stack
- python
- elasticsearch
- kibana
## To run
`sudo ./install.sh -u`
## To stop (optional)
`sudo ./install.sh -d`
## For help
`sudo ./install.sh -h`
## Credit
- [Docker setup](https://github.com/jeroenhendricksen/elasticsearch-docker-cluster)
- [Search setup](https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/examples.html)