logstash-filter-grok icon indicating copy to clipboard operation
logstash-filter-grok copied to clipboard

remove the use of a class instance variable for holding pattern paths

Open jsvd opened this issue 10 years ago • 1 comments

There's no need to have a class variable (@@patterns_path). During register time just include the 2 paths in @patterns_dir.

jsvd avatar May 05 '15 18:05 jsvd

+1

This is a relic of The Land Before Time (ancient logstash) when there was a --grok-patterns-path flag that is now long-gone.

jordansissel avatar Aug 07 '15 21:08 jordansissel