Skip to content

tykling/logstash-grok-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

logstash-grok-patterns

This repository contains my logstash config and grok patterns. It is a work in progress, I am new at this.

  • The messages start out by getting their syslog prefix parsed, leaving the rest of the message in the field "syslog_message".
  • If the syslog prefix parsing fails the message will be tagged with "syslog_parsefailure".
  • The messages are then parsed based on the "program" field from syslog using various patterns.
  • Anything left unparsed will have the tag "syslog_message_unparsed".

About

my logstash grok patterns

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published