Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/python-cli-elk-csv-client-pop
Reads a csv file into Logstash which feeds a single node for data in `pop-demo` document.
https://github.com/bearddan2000/python-cli-elk-csv-client-pop
cli client csv elasticsearch elk kibana logstash pop python
Last synced: 21 days ago
JSON representation
Reads a csv file into Logstash which feeds a single node for data in `pop-demo` document.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-elk-csv-client-pop
- Owner: bearddan2000
- Created: 2023-03-19T04:02:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T04:02:12.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:38:05.096Z (5 months ago)
- Topics: cli, client, csv, elasticsearch, elk, kibana, logstash, pop, python
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-elk-csv-client-pop
- 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-elk-csv-client-pop
## Description
Reads a csv file into Logstash which feeds a single node for data in `pop-demo` document.## Tech stack
- python
- elasticsearch
- kibana
- logstash## Docker stack
- python
- elasticsearch
- kibana
- logstash## To run
`sudo ./install.sh -u`## To stop (optional)
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`## Credit
- [Docker setup](https://lynn-kwong.medium.com/all-you-need-to-know-about-using-elasticsearch-in-python-b9ed00e0fdf0)
- [Search setup](https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/examples.html)