Skip to content

Instantly share code, notes, and snippets.

@iamhowardtheduck
iamhowardtheduck / fail2ban-ecs-pipeline
Last active April 22, 2025 15:30
Fail2Ban ECS Ingest Pipeline
PUT _ingest/pipeline/fail2ban-ecs
{
"processors": [
{
"grok": {
"field": "message",
"patterns": [
"%{SYSLOGTIMESTAMP:timestamp} %{WORD:host.name} %{GREEDYDATA:message}"
],
"ignore_missing": true,