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

processor is not working for attribute filter involving url #36003

Open
mahadeva1989 opened this issue Oct 25, 2024 · 2 comments
Open

processor is not working for attribute filter involving url #36003

mahadeva1989 opened this issue Oct 25, 2024 · 2 comments
Labels
needs triage New item requiring triage processor/filter Filter processor

Comments

@mahadeva1989
Copy link

mahadeva1989 commented Oct 25, 2024

Component(s)

processor/filter

Describe the issue you're reporting

I have a scenario where I'm using IsMatch(attributes["ip_address"],".https://xx.xxx.xx.xx.") in my processor and it is not working.

@mahadeva1989 mahadeva1989 added the needs triage New item requiring triage label Oct 25, 2024
@github-actions github-actions bot added the processor/filter Filter processor label Oct 25, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@mahadeva1989 mahadeva1989 changed the title processor is not working for URL attribute filter processor is not working for attribute filter involving url Oct 25, 2024
@Amoolaa
Copy link

Amoolaa commented Nov 1, 2024

IsMatch is matching against a regular expression - the . are special characters, so you'll need to escape them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage processor/filter Filter processor
Projects
None yet
Development

No branches or pull requests

2 participants