Guest User

Untitled

a guest
Jul 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. [2010-02-02 11:28:25,164] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor2] [552860] (BrowseInventoryAction.java:99) start browse() nodeId=18 page=1 ssid=0
  2. [2010-02-02 11:28:25,441] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor2] [552860] (DetailsAction.java:121) details() posCol=2 posRow=0 productId=17117 (found) size=null
  3. [2010-02-02 11:28:31,443] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor3] [552860] (DetailsAction.java:121) details() posCol=3 posRow=0 productId=17112 (found) size=null
  4.  
  5.  
  6. with the desired grouping of
  7.  
  8. [2010-02-02 11:28:25,164] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor2] [552860] (BrowseInventoryAction.java:99) start browse() nodeId=18 page=1 ssid=0
  9. [2010-02-02 11:28:25,441] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor2] [552860] (DetailsAction.java:121) details() posCol=2 posRow=0 productId=17117 (found) size=null
  10.  
  11. [2010-02-02 11:28:25,164] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor2] [552860] (BrowseInventoryAction.java:99) start browse() nodeId=18 page=1 ssid=0
  12. [2010-02-02 11:28:31,443] [INFO] [6950e909-0bb1-44d1-970a-90abd9356982] [TP-Processor3] [552860] (DetailsAction.java:121) details() posCol=3 posRow=0 productId=17112 (found) size=null
  13.  
  14. so that I can tie the nodeId to each of the details page events.
  15.  
  16. "browse()" OR "details()" | transaction guid
  17. results in all three lines together, which is close. but not quite what I want. What I want in the end is the ability to group the general information line (browse()) and the detailed information line (details()) into a pairs. So I can subsequently filter on data contained in either of those lines.
  18.  
  19. The trouble that I see is that the browse() line occurs only once, and I want it to show up in two transactions. I may be going about this wrong
Add Comment
Please, Sign In to add comment