Hello,
I have spoken to a few people about this, and Rick has been especially helpful, but essentially we can't figure out how to filter Web Requests to only include those with no query string (u.e. with a "-" in dynaTrace's Web Request section).
So far tried matching several different special characters, and Rick had the idea of using a "not regex = "? which also did not work.
Has anyone successfully filtered out everything OTHER than Web Requests with blank queries?
-Dave
Answer by Rick B. ·
Figured it out. our RegEx engine expects all characters before and after as well, so adding '.*' to either end of the escaped ? works. See the below image.
Alright, now I'm confused. You have one URI there that has a query in the second column, and the rest don't ("...-24&keyword=flowers0619e").
Anyways, what I'm seeing from that image is that "-" happens when the PP starts on the Web Server and "LOBTools" happens when the PP starts on the JVM. Can you confirm this? What are the column headers we're looking at here?
Rick,
Regardless of the column name, I need to filter and grab those dashes which are empty values.
Here is an example of a URI and an Empty Query.
I do not know how to filter the "-" value.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET