logstash-plugins / logstash-patterns-core

Apache License 2.0
2.17k stars 980 forks source link

Implement ECS-Compatibility Mode #278

Closed kares closed 3 years ago

kares commented 4 years ago

this one falls under: https://github.com/logstash-plugins/logstash-filter-grok/issues/157

There's going to be 2 set of patterns provided out-of-the-box that provide around the same functionality (at start). The existing (legacy) set and an ECS set of patterns - with mostly captures reviewed/renamed for compliance.

Patterns are already logically split by functionality into separate files - good enough to convert the whole set one-by-one :

Post TODOs