cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Regex Expression Error

Guys, I need help with a regex rule for a request attribute. I need to get an email. I've tried several ways and Dynatrace doesn't accept my rules. In Regex101 it's OK, I can capture what I need, but when I put it in Dynatrace, I get an error message.

 

RodrigoBiaggio_0-1649263902547.png

 

RodrigoBiaggio_1-1649263916994.png

 

RodrigoBiaggio_2-1649263936870.png

RodrigoBiaggio_3-1649263978087.png

 

I don't know how to configure it within Dynatrace. Can anyone help?

 

Thank you

 

Dynatrace Professional
2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

Try this way, more generic:

addressingkey: ([^ ]*+)

Assuming you are using a space after the emailCaptura de Tela 2022-04-06 às 14.19.56.png

Site Reliability Engineer @ Kyndryl

Thank you very much @dannemca.

 

Perfect!!

Dynatrace Professional

Featured Posts