Skip to content

bearddan2000/python-cli-sqlserver-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-sqlserver-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
  • mssql

Docker stack

  • python
  • elasticsearch
  • kibana
  • logstash
  • mcr.microsoft.com/mssql/server:2017-CU17-ubuntu

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit