-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Description
Hey so I'm trying to use the RegexTermFilter and I'm getting an error:
2015-12-10 22:41:06,171 Error on: ElasticSearchException(u'QueryParsingException[[logstash-2015.12.10] No filter registered for [regex_term]]; }]',)
According to https://www.bountysource.com/issues/1521992-regextermfilter-error the filter name should be regexp not regex_term.
It looks like @toconnor already fixed it in master here:
https://github.com/aparo/pyes/blob/master/pyes/filters.py#L308
with this commit:
e40ae66
however the change never made it into the latest release as you can see here:
Line 308 in f280758
| _internal_name = "regex_term" |
Could you please just release that code to get this working?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels