Skip to content

Proof of concept for sending HAProxy logs to ELK via rsyslogd

License

Notifications You must be signed in to change notification settings

jarek-przygodzki/haproxy-elk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sending HAProxy logs to ELK

Proof of concept for sending HAProxy logs to ELK via rsyslogd

Prerequisites

To run, you will need the following:

  • Docker
  • Docker Compose
  • A limit on mmap counts (vm.max_map_count) 262,144 or more

Usage

Run the following command

docker-compose build && docker-compose up

then open Kibana (http://docker/kibana) and set up new index pattern logstash-* with @timestamp time field. Replace docker with output of docker-machine ip if needed.

HAProxy Logs

About

Proof of concept for sending HAProxy logs to ELK via rsyslogd

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published