Skip to content

Instantly share code, notes, and snippets.

View dm8tbr's full-sized avatar

Thomas B. Ruecker dm8tbr

View GitHub Profile
input {
file {
path => "/var/log/icecast/access.*"
type => "icecast"
start_position=>"beginning" # this be to import old logs
}
}
filter {
if [type] == "icecast" {