Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.37k stars 1.06k forks source link

enhancement: implement matching groups in Regex Extractors #2742

Closed rockaut closed 8 years ago

rockaut commented 8 years ago

Expected Behavior

Implement matching groups for regex extractors as it's already implemented for GROK.

Current Behavior

Currently it's only possible to define one match and provide a fixed field for storing the value.

Your Environment

joschi commented 8 years ago

@rockaut Thanks for reporting this!

We're probably not going to implement that feature. There are currently 2 workarounds for your problem in Graylog 2.x:

As we try to phase out extractors in a future release, I'd recommend using the message processor pipeline: http://docs.graylog.org/en/2.0/pages/pipelines.html