VincentSaelzler / hyper-homelab

A foray into hyper-converged architecture.
GNU General Public License v3.0
0 stars 0 forks source link

haproxy logs to logstash #188

Closed VincentSaelzler closed 2 years ago

VincentSaelzler commented 2 years ago

currently using a file input for testing purposes.

input {
    file {
        path => "{{ rsyslog_tgt_file }}"
        #start_position => "beginning" #prob not necessary after finding out about sincedb null trick
        #sincedb_path => "/dev/null" for testing (to read from beginning of file)
    }
}
VincentSaelzler commented 2 years ago

next step is to send directly via TCP