Skip to content

A collection of grok patters that match applications provided by Adaptive Computing

Notifications You must be signed in to change notification settings

adaptivecomputing/logstash-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logstash-filters

A collection of grok patters that match applications provided by Adaptive Computing

Contributing

Contributions are encouraged
Please create a merge request

Syntax Example

The following layout is prefered

  • Name

  • Example log line

  • Grok pattern

  • Tested version

  • Notes

Separate each example with 2 empty lines between blocks

    ### Job Submit
    04/04/2014 18:26:34;0040;foo bar

    %{DATE} %{TIME};%{WORD:hostname} %{WORD:command}

    Moab 7.2.7, 7.1.5
    Notes: works with ...., doesnt work with.....

Disclaimer:

These logstash filters are a collection of community provided examples,
They are given freely with no guarantee of quality or accuracy
Adaptive Computing does not provide support for any third party utilities
Logstash and Grok are traidmarks of their respective creators

About

A collection of grok patters that match applications provided by Adaptive Computing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published