Skip to content

Instantly share code, notes, and snippets.

View mohin-prolius's full-sized avatar

Mohin mohin-prolius

View GitHub Profile
@mohin-prolius
mohin-prolius / Create_Laravel_Pipeline.txt
Created May 20, 2024 10:53 — forked from omaryoussef/Create_Laravel_Pipeline.txt
Creates a Filebeat pipeline to ingest Laravel Monolog/log lines.
PUT _ingest/pipeline/laravel
{
"description": "Parses Laravel log files.",
"processors": [
{
"rename": {
"field": "message",
"target_field": "event.original"
}
},