Skip to content

NETWAYS/syslog-logstash-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syslog-logstash-pipeline

CI

Logstash pipeline for basic syslog lines

Inputs and Outputs

If you use files called input.conf and output.conf they will not collide with this rules, even when you want to pull new versions.

Examples

Here's an example for an input.conf

input {
  redis {
    host => "localhost"
    data_type => "list"
    key => "netways-syslog-input"
  }
}

and one for output.conf.

output {
  redis {
    host => "localhost"
    data_type => "list"
    key => "netways-syslog-output"
  }
}

About

A Logstash Pipeline for basic syslog lines

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published