Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

specialistvlad/elk-postgresql-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postgresql > csv files > filebeat > logstash

Setup your Postgresql to write csv files log_destination = 'csvlog'

Download filebeat (download, unzip)

Run filebeat with config from project folder filebeat/filebeat -e -c filebeat.yml

Logstash > Elastic > Kibana > User

Start apps docker-compose up

Check elastic cluster health curl http://elastic:changeme@127.0.0.1:9200/_cat/health

Access kibana web interface(wait up to 1min for first run) credentials: elastic:changeme

How to stop containers? docker-compose down

PS

Index is: logstash-*

Releases

No releases published

Packages

No packages published