Skip to content

Instantly share code, notes, and snippets.

View kjwierenga's full-sized avatar

Klaas Jan Wierenga kjwierenga

View GitHub Profile
@cdgraff
cdgraff / gist:8578424
Last active September 25, 2023 23:53
logstash filter pattern for Icecast2
input {
file {
path => "/var/log/icecast/access.*"
type => "icecast"
start_position=>"beginning" # this be to import old logs
}
}
filter {
if [type] == "icecast" {