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

some search filters not working in homer10 app (qxip-flow-plugin) #51

Open
bilalrao12 opened this issue Mar 12, 2024 · 1 comment
Open
Assignees

Comments

@bilalrao12
Copy link

Hi, I was testing this new plugin in homer10 and observing issues with some of the search filters

e.g If I want to search a specific call-id, I get No Data in result.

image

generated query for this:
{callid=~"ltk2n@127.0.0.1_b2b-1"} | regexp "To: <sip:(?<to_user>\w+)" | regexp "From: <sip:(?<from_user>\w+)" | regexp "To: <sip:.@(?<to_domain>[a-zA-Z0-9.]+)" | regexp "From: <sip:.@(?<from_domain>[a-zA-Z0-9.]+)" | regexp "Call-ID:\s+(?.+?)\r\n"

similar issue happens when searching for from_user, to_user, from_domain and to_domain.

@lmangani
Copy link
Contributor

@AlexeyOplachko why would the query use so many parameters when only one is selected by the user?

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