I am trying to create a report that compares successful vs. unsuccessful sets of actions grouped into a transaction:
host="web*" (uri_path=/path1/* OR uri_path=/path2/* OR uri_path=/path3/*) | transam clientip maxspan=60m | timechart count by searchmatch(uri=/path3/success)
I am trying to chart the transactions that include the "success" uri vs those that did not (and thus failed).