metrico / grafana-flow

Grafana 10+ Flow Diagram Visualization plugin
https://hepic.cloud
GNU Affero General Public License v3.0
10 stars 1 forks source link

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

Open bilalrao12 opened 6 months ago

bilalrao12 commented 6 months ago

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:(?\w+)" | regexp "From: <sip:(?\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 commented 6 months ago

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