• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home
  • Public Forums
  • Application Monitoring & UEM
  • AppMon & UEM Open Q&A
avatar image
Question by Mark M. · Feb 03, 2012 at 11:40 PM ·

How to breakdown Cookie information

I'm currently getting the Cookie information back from the server. Is there anyway to breakdown the information for individual use? i.e. |######|en_US|#######|CLIENT_XYZ, lets say I just wanted the Client's name. BC i created a BT that capture that Cookie information and it's working well, but it will make a better report/Dashboard if we could just get the Client's name.

Comment
Chad T.

People who like this

1 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

2 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by Mark M. · Feb 04, 2012 at 12:19 AM

I forgot to say Thanks for the all Help

Comment
Chad T.

People who like this

1 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Rob V. · Feb 04, 2012 at 12:23 AM 1
Share

My pleasure. The transformation regex was easy. The hard part was typing it into the forum editor!! :-)

avatar image

Answer by Rob V. · Feb 03, 2012 at 11:52 PM

Hi Mark,

Yes, you can do what you're  looking for with the "Transformation Regex" that you'll see in the the BT measure definition. For your example above (|######|en_US|#######|CLIENT_XYZ), this would match and return CLIENT_XYZ:

|.*?|.*?|.*?|(.*)

If there was possibly more after CLIENT_XYZ, (such as |######|en_US|#######|CLIENT_XYZ|MoreStuff|EvenMoreStuff)  then this would do it:

|.*?|.*?|.*?|([^|]*)

(Argh. The Wiki formatting is messing up my RegEx characters. Look at this image instead. Before every "pipe-char" above ("|"), there should be a blackslash ("\") )

 

Regards,

Rob

Comment
Chad T.

People who like this

1 Show 2 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Mark M. · Feb 04, 2012 at 12:16 AM 1
Share

This pattern seems to work. |.?|.?|.?|([^|])

Its bringing back the just the Customer’s name

avatar image Rob V. Mark M. · Feb 04, 2012 at 12:18 AM 1
Share

Yep, that would in fact do it. So one pattern solves all! Good luck with it.

Rob

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A