Skip to content

bearddan2000/python-cli-mysql-to-single-node-elk-client-without-ssl-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-cli-mysql-to-single-node-elk-client-without-ssl-simple

Description

Reads a single node cluster for data in dog-demo document.

Uses dog table in database. then covverts it to json with logstash for elasticsearch single node cluster to use.

Tech stack

  • python
  • elasticsearch
  • kibana
  • logstash
  • mysql

Docker stack

  • python
  • elasticsearch
  • kibana
  • logstash
  • mariadb

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit