Skip to content

Instantly share code, notes, and snippets.

View TheCloudScout's full-sized avatar

Koos Goossens TheCloudScout

View GitHub Profile
@TheCloudScout
TheCloudScout / logstash-pipeline.cfg
Last active December 11, 2023 11:48
Logstash configuration with multiple destinations
input {
tcp {
port => 514
type => syslog
host => "141.93.182.143"
tags => ["gso_sentinel"]
}
}
input {
udp {
Clear-Host
$ShieldColor1 = 'DarkBlue'
$ShieldColor2 = 'DarkCyan'
$ShieldColor3 = 'Cyan'
$TextColor = "Magenta"
Write-Host ''
Write-Host ''
Write-Host ' ██ ' -ForegroundColor $ShieldColor1