Skip to content

Instantly share code, notes, and snippets.

@soulsearcher
soulsearcher / logstash-iptables.conf
Last active March 8, 2018 07:26
logstash pipeline for iptables
input {
# dummy data from files
file {
path => "D:/dev/sample-logs/iptables/iptables-*"
start_position => "beginning"
}
beats {
port => 5044
}