Closed bilalrao12 closed 8 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.
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.
@bilalrao12 wrong repository 😄 this issue goes into https://github.com/metrico/grafana-flow
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.
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.