Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_regex_core.error when using grok patterns #15

Open
agutierrezl opened this issue Dec 30, 2015 · 3 comments
Open

_regex_core.error when using grok patterns #15

agutierrezl opened this issue Dec 30, 2015 · 3 comments

Comments

@agutierrezl
Copy link

I'm having an issue when I use pygrok for processing an aws elb log. I'm using pygrok 0.7.4 and regex (2015.11.22). This is the error:

match_obj = re.search(py_regex_pattern, text)
  File "build/bdist.linux-x86_64/egg/regex.py", line 265, in search
  File "build/bdist.linux-x86_64/egg/regex.py", line 490, in _compile
_regex_core.error: bad fuzzy constraint at position 1554

I think this maybe related with issue #5

@webratz
Copy link

webratz commented Dec 7, 2016

I also experience this issue, have you ever solved this?

@garyelephant
Copy link
Owner

Hi, @agutierrezl , @webratz , please paste your pattern and text here.

@webratz
Copy link

webratz commented Dec 8, 2016

I found out that i used an old local fork of pygrok, after updating to the latest one it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants