Skip to content

RegexTermFilter doesn't work, but you've already got the fix in master #506

@kurtwheeler

Description

@kurtwheeler

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:

_internal_name = "regex_term"

Could you please just release that code to get this working?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions